Changeset 10342 for code/branches
- Timestamp:
- Apr 4, 2015, 1:24:49 PM (10 years ago)
- Location:
- code/branches/core7/src/libraries/core
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/CMakeLists.txt
r10268 r10342 66 66 ADD_SUBDIRECTORY(config) 67 67 ADD_SUBDIRECTORY(input) 68 ADD_SUBDIRECTORY(module) 68 69 ADD_SUBDIRECTORY(object) 69 70 -
code/branches/core7/src/libraries/core/Core.cc
r9667 r10342 77 77 #include "input/InputManager.h" 78 78 #include "object/ObjectList.h" 79 #include "module/ModuleInstance.h" 79 80 80 81 namespace orxonox … … 139 140 } 140 141 142 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(); 143 141 144 // Parse command line arguments AFTER the modules have been loaded (static code!) 142 145 CommandLineParser::parse(cmdLine); -
code/branches/core7/src/libraries/core/CorePrereqs.h
r9978 r10342 169 169 class MemoryArchive; 170 170 class MemoryArchiveFactory; 171 class ModuleInstance; 171 172 class Namespace; 172 173 class NamespaceNode; … … 187 188 template <class T> 188 189 class SmartPtr; 190 class StaticallyInitializedInstance; 189 191 template <class T> 190 192 class SubclassIdentifier;
Note: See TracChangeset
for help on using the changeset viewer.