Changeset 2344 for code/branches/objecthierarchy2/src/core/RootGameState.cc
- Timestamp:
- Dec 4, 2008, 8:28:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/core/RootGameState.cc
r2103 r2344 31 31 #include "util/Debug.h" 32 32 #include "util/Exception.h" 33 #include "Core.h"34 33 #include "Clock.h" 35 34 #include "CommandLine.h" … … 137 136 Clock clock; 138 137 139 // create the Core settings to configure the output level140 Core::getInstance();141 142 138 this->activate(); 143 139
Note: See TracChangeset
for help on using the changeset viewer.