35 #ifndef _OrxonoxInterface_H__ 36 #define _OrxonoxInterface_H__ Shared library macros, enums, constants and forward declarations for the core library ...
This is the class from which all interfaces of the game-logic (not the engine) are derived from...
Definition: OrxonoxInterface.h:50
This is the base class of all objects which may contain config values.
Definition: Configurable.h:47
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
#define _CoreExport
Definition: CorePrereqs.h:61
Declaration of Destroyable, the base class of all objects which can be used with StrongPtr and WeakPt...
Declaration of Configurable, the base class of all objects which may contain config values...
Classes must inherit from this class if they should be used with StrongPtr or WeakPtr.
Definition: Destroyable.h:47