Changeset 9667 for code/trunk/src/orxonox/LevelManager.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/orxonox/LevelManager.h
r8079 r9667 46 46 47 47 #include "util/Singleton.h" 48 #include "core/ OrxonoxClass.h"48 #include "core/config/Configurable.h" 49 49 50 50 // tolua_begin … … 67 67 class _OrxonoxExport LevelManager 68 68 // tolua_end 69 : public Singleton<LevelManager>, public OrxonoxClass69 : public Singleton<LevelManager>, public Configurable 70 70 { // tolua_export 71 71 friend class Singleton<LevelManager>;
Note: See TracChangeset
for help on using the changeset viewer.