15 #include "CeeVTFx/Base.h"
17 #include "CeeCore/Str.h"
35 static bool isInitialized();
36 static bool initialize(
Instance* instance);
38 static bool isEvaluationVersion();
39 static int licenseNumber();
41 static unsigned int version();
42 static Str versionString();
44 static void internal_configureComponent(
const PropertySet& internalConfiguration);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppLogging.cpp:20
Static class for initialization of the component.
Definition: VTFxComponent.h:32
A general unicode based string class.
Definition: Str.h:28
Ceetron 3D Components instance object.
Definition: Instance.h:27
A property set stores a set of properties each consisting of a key and a value.
Definition: PropertySet.h:28