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

Version Path
gosu-0.9.2-x64-mingw32 Gosu/Inspection.hpp
gosu-0.9.2-x86-mingw32 Gosu/Inspection.hpp
gosu-0.9.1-x64-mingw32 Gosu/Inspection.hpp
gosu-0.9.1-x86-mingw32 Gosu/Inspection.hpp
gosu-0.9.0-x86-mingw32 Gosu/Inspection.hpp
gosu-0.9.0-x64-mingw32 Gosu/Inspection.hpp
gosu-0.8.7.2-x86-mingw32 Gosu/Inspection.hpp
gosu-0.8.7.2-x64-mingw32 Gosu/Inspection.hpp
gosu-0.8.7.1-x86-mingw32 Gosu/Inspection.hpp
gosu-0.8.7.1-x64-mingw32 Gosu/Inspection.hpp
gosu-0.8.7-x86-mingw32 Gosu/Inspection.hpp
gosu-0.8.7-x64-mingw32 Gosu/Inspection.hpp
gosu-0.8.6-x64-mingw32 Gosu/Inspection.hpp