15 #include "CeeCore/RefCountedObject.h"
16 #include "CeeCore/Str.h"
32 unsigned int version()
const;
33 Str versionString()
const;
35 unsigned int licenseKeyA()
const;
36 unsigned int licenseKeyB()
const;
44 CEE_DISALLOW_COPY_AND_ASSIGN(
Instance);
Static class for initialization of the Core component.
Definition: CoreComponent.h:31
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppLogging.cpp:20
A general unicode based string class.
Definition: Str.h:28
Ceetron 3D Components instance object.
Definition: Instance.h:27
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34