15 #include "CeeCore/Base.h"
16 #include "CeeCore/Instance.h"
17 #include "CeeCore/PtrRef.h"
34 static PtrRef<Instance> initialize(
unsigned int licenseKeyA = 0,
unsigned int licenseKeyB = 0);
36 static unsigned int version();
37 static Str versionString();
38 static void logVersionInfo();
44 static void internal_configureComponent(
const PropertySet& internalConfiguration);
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
Smart pointer class used for handling reference counted objects (that derive from Object)...
Definition: PtrRef.h:26
A property set stores a set of properties each consisting of a key and a value.
Definition: PropertySet.h:28
Class for managing log messages.
Definition: LogManager.h:33
Class for managing assert behavior.
Definition: AssertManager.h:39