Sha256: 8445af79c398579c3b2bcd32f1ed6656c4d2568f7bf58e0bfc2009c7534165c2
Contents?: true
Size: 300 Bytes
Versions: 114
Compression:
Stored size: 300 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
114 entries across 114 versions & 1 rubygems