Changeset 9650 for code/branches/core6/src/libraries/core/object
- Timestamp:
- Aug 14, 2013, 7:04:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/object/Context.cc
r9649 r9650 34 34 #include "Context.h" 35 35 #include "core/class/Identifier.h" 36 #include "core/CoreIncludes.h" 36 37 37 38 namespace orxonox 38 39 { 40 RegisterClass(Context); 41 39 42 Context* Context::rootContext_s = 0; 40 43 … … 46 49 // setContext(this) here). 47 50 this->setContext(this); 51 52 RegisterObject(Context); 48 53 } 49 54
Note: See TracChangeset
for help on using the changeset viewer.