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

Version Path
gosu-0.10.9.pre1 Gosu/Inspection.hpp
gosu-0.10.8 Gosu/Inspection.hpp
gosu-0.10.7 Gosu/Inspection.hpp
gosu-0.10.6 Gosu/Inspection.hpp
gosu-0.10.5 Gosu/Inspection.hpp
gosu-0.10.5.pre0 Gosu/Inspection.hpp
gosu-0.10.5.pre1 Gosu/Inspection.hpp
gosu-0.10.4 Gosu/Inspection.hpp
gosu-0.10.3 Gosu/Inspection.hpp
gosu-0.10.2 Gosu/Inspection.hpp
gosu-0.10.2.pre1 Gosu/Inspection.hpp
gosu-0.10.1.2 Gosu/Inspection.hpp
gosu-0.10.1.1 Gosu/Inspection.hpp
gosu-0.10.1 Gosu/Inspection.hpp
gosu-0.10.0 Gosu/Inspection.hpp
gosu-0.9.2 Gosu/Inspection.hpp
gosu-0.9.2.pre1 Gosu/Inspection.hpp
gosu-0.9.1 Gosu/Inspection.hpp
gosu-0.9.0 Gosu/Inspection.hpp
gosu-0.9.0.pre1 Gosu/Inspection.hpp