this struct contains information about the game. like project name and version. More...
#include <GameInfo.hpp>
Public Attributes | |
| std::string | projectName = "ExampleName" |
| uint16_t | versionMajor = 0 |
| uint16_t | versionMinor = 0 |
| uint16_t | versionPatch = 0 |
this struct contains information about the game. like project name and version.
Definition at line 15 of file GameInfo.hpp.
| std::string vex::GameInfo::projectName = "ExampleName" |
Definition at line 16 of file GameInfo.hpp.
| uint16_t vex::GameInfo::versionMajor = 0 |
Definition at line 17 of file GameInfo.hpp.
| uint16_t vex::GameInfo::versionMinor = 0 |
Definition at line 18 of file GameInfo.hpp.
| uint16_t vex::GameInfo::versionPatch = 0 |
Definition at line 19 of file GameInfo.hpp.