Go to the source code of this file.
Namespaces | |
namespace | game |
Variables | |
const char | game::vname [] = "hp" |
The game's name. | |
const char | game::vstring [] = "1.0.0" |
A string representation of the game's version. | |
const value_type | game::major = 1 |
The major part of the game version. | |
const value_type | game::minor = 0 |
The minor part of the game version. | |
const value_type | game::micro = 0 |
The micro part of the game version. | |
const char | game::ustring [] = "8.3" |
The ubuntu style string representation of the game's version. | |
const value_type | game::year = 8 |
The year this build was made. | |
const value_type | game::month = 3 |
The month this build was made. |
Definition in file GameVersion.h.