Sha256: 31812b071e5e6695234c3daff80a773d6b578dc0c3d5611d03817d2cc559c818
Contents?: true
Size: 400 Bytes
Versions: 3
Compression:
Stored size: 400 Bytes
Contents
#pragma once #include <string> #define GOSU_MAJOR_VERSION 1 #define GOSU_MINOR_VERSION 1 #define GOSU_POINT_VERSION 0 namespace Gosu { //! A string that contains the full version of the Gosu library, like "0.7.50" or "1.0.0.pre5". extern const std::string VERSION; //! A block of legal copy that your game is obliged to display somewhere. extern const std::string LICENSES; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gosu-1.1.0 | include/Gosu/Version.hpp |
gosu-1.1.0.pre2 | include/Gosu/Version.hpp |
gosu-1.1.0.pre1 | include/Gosu/Version.hpp |