Changeset 9667 for code/trunk/src/libraries/core/Core.h
- Timestamp:
- Aug 25, 2013, 9:08:42 PM (12 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core6 merged: 9552-9554,9556-9574,9577-9579,9585-9593,9596-9612,9626-9662
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/core/Core.h
r8858 r9667 47 47 #include "util/DestructionHelper.h" 48 48 #include "util/Singleton.h" 49 #include " OrxonoxClass.h"49 #include "config/Configurable.h" 50 50 51 51 namespace orxonox 52 52 { 53 53 //! Informs about changes in the Development Mode. 54 class DevModeListener : virtual public OrxonoxClass54 class DevModeListener : virtual public Listable 55 55 { 56 56 public: … … 66 66 You should only create this singleton once because it destroys the identifiers! 67 67 */ 68 class _CoreExport Core : public Singleton<Core>, public OrxonoxClass68 class _CoreExport Core : public Singleton<Core>, public Configurable 69 69 { 70 70 friend class Singleton<Core>;
Note: See TracChangeset
for help on using the changeset viewer.