Changeset 9667 for code/trunk/src/orxonox/LevelManager.cc
- 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.cc
r9550 r9667 37 37 38 38 #include "util/ScopedSingletonManager.h" 39 #include "core/config/CommandLineParser.h" 40 #include "core/config/ConfigValueIncludes.h" 41 #include "core/CoreIncludes.h" 39 42 #include "core/ClassTreeMask.h" 40 #include "core/CommandLineParser.h"41 #include "core/ConfigValueIncludes.h"42 #include "core/CoreIncludes.h"43 43 #include "core/Loader.h" 44 44 #include "core/Resource.h" … … 59 59 LevelManager::LevelManager() 60 60 { 61 Register RootObject(LevelManager);61 RegisterObject(LevelManager); 62 62 this->setConfigValues(); 63 63
Note: See TracChangeset
for help on using the changeset viewer.