9 #ifndef RAMSES_RAMSESVERSION_H
10 #define RAMSES_RAMSESVERSION_H
#define RAMSES_API
Definition: APIExport.h:35
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
RAMSES_API RamsesVersion GetRamsesVersion()
Retrieve currently used ramses version information.
Ramses version information.
Definition: RamsesVersion.h:20
const char *const string
Version information as string in format major.minor.patch with an optional arbitrary suffix.
Definition: RamsesVersion.h:22
int patch
Patch version.
Definition: RamsesVersion.h:29
int minor
Minor version.
Definition: RamsesVersion.h:27
int major
Major version.
Definition: RamsesVersion.h:25