game Namespace Reference


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.


Variable Documentation

const value_type game::major = 1

The major part of the game version.

Definition at line 34 of file GameVersion.h.

const value_type game::micro = 0

The micro part of the game version.

Definition at line 36 of file GameVersion.h.

const value_type game::minor = 0

The minor part of the game version.

Definition at line 35 of file GameVersion.h.

const value_type game::month = 3

The month this build was made.

Definition at line 40 of file GameVersion.h.

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"

The game's name.

Definition at line 32 of file GameVersion.h.

const char game::vstring[] = "1.0.0"

A string representation of the game's version.

Definition at line 33 of file GameVersion.h.

const value_type game::year = 8

The year this build was made.

Definition at line 39 of file GameVersion.h.


Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo