Changeset 8478 for code/branches/unity_build/src/libraries/core
- Timestamp:
- May 14, 2011, 4:32:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/libraries/core/Game.cc
r8423 r8478 109 109 110 110 // Do this after the Core creation! 111 ClassIdentifier<Game>::getIdentifier("Game")->initialiseObject(this, "Game", true);111 RegisterRootObject(Game); 112 112 this->setConfigValues(); 113 113
Note: See TracChangeset
for help on using the changeset viewer.