Changeset 9667 for code/trunk/src/libraries/core/Game.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/libraries/core/Game.cc
r8861 r9667 44 44 #include "util/Sleep.h" 45 45 #include "util/SubString.h" 46 #include "CommandLineParser.h"47 46 #include "Core.h" 48 47 #include "CoreIncludes.h" 49 #include "ConfigValueIncludes.h" 48 #include "config/CommandLineParser.h" 49 #include "config/ConfigValueIncludes.h" 50 50 #include "GameMode.h" 51 51 #include "GameState.h" … … 112 112 113 113 // Do this after the Core creation! 114 Register RootObject(Game);114 RegisterObject(Game); 115 115 this->setConfigValues(); 116 116
Note: See TracChangeset
for help on using the changeset viewer.