src/Resource/GameVersion.h File Reference

This file contains the game's name and version info. More...

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.


Detailed Description

This file contains the game's name and version info.

See also:
game

Definition in file GameVersion.h.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo