Sha256: f5c9b99a018dd9ea6dac835214a54f1f6ab938706f1daf0f97e7b8971cbc49f5
Contents?: true
Size: 314 Bytes
Versions: 13
Compression:
Stored size: 314 Bytes
Contents
//! \file Inspection.hpp //! A special set of functions designed for tuning Gosu games. #ifndef GOSU_INSPECTION_HPP #define GOSU_INSPECTION_HPP namespace Gosu { //! Returns the current framerate, as determined by an unspecified and possibly //! horrible algorithm. int fps(); } #endif
Version data entries
13 entries across 13 versions & 1 rubygems