Sha256: 4c75080fc18a35f80c2425d24b7bfa298d365b6b8ddafcb859374e363a9ab252
Contents?: true
Size: 401 Bytes
Versions: 2
Compression:
Stored size: 401 Bytes
Contents
#pragma once #include <string> #define GOSU_MAJOR_VERSION 0 #define GOSU_MINOR_VERSION 13 #define GOSU_POINT_VERSION 3 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gosu-0.14.0.pre2 | Gosu/Version.hpp |
gosu-0.13.3 | Gosu/Version.hpp |