Lugdunum
0.1.0
|
Stores the version of the Application. More...
#include <Version.hpp>
Public Member Functions | |
operator uint32_t () const | |
Static Public Member Functions | |
static Version | fromInt (uint32_t version) |
Public Attributes | |
uint32_t | major: 10 |
uint32_t | minor: 10 |
uint32_t | patch: 12 |
Stores the version of the Application.
Definition at line 9 of file Version.hpp.
|
inline |
Definition at line 14 of file Version.hpp.
|
inlinestatic |
Definition at line 1 of file Version.inl.
uint32_t lug::Core::Version::major |
Definition at line 10 of file Version.hpp.
uint32_t lug::Core::Version::minor |
Definition at line 11 of file Version.hpp.
uint32_t lug::Core::Version::patch |
Definition at line 12 of file Version.hpp.