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