Gosu
Version.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 #define GOSU_MAJOR_VERSION 1
6 #define GOSU_MINOR_VERSION 0
7 #define GOSU_POINT_VERSION 0
8 
9 namespace Gosu
10 {
12  extern const std::string VERSION;
13 
15  extern const std::string LICENSES;
16 }
Definition: Audio.hpp:12
const std::string LICENSES
A block of legal copy that your game is obliged to display somewhere.
const std::string VERSION
A string that contains the full version of the Gosu library, like "0.7.50" or "1.0.0.pre5".