Changeset 6074 in orxonox.OLD for trunk/src/util
- Timestamp:
- Dec 12, 2005, 11:34:02 PM (19 years ago)
- Location:
- trunk/src/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/garbage_collector.cc
r5355 r6074 20 20 #include "state.h" 21 21 #include "world_entity.h" 22 #include "null_parent.h"23 22 #include "fast_factory.h" 24 23 -
trunk/src/util/track/track_node.cc
r4836 r6074 19 19 #include "track_node.h" 20 20 21 #include "null_parent.h"22 23 21 #include "track_manager.h" 24 22 … … 33 31 this->setName("TrackNode"); 34 32 35 NullParent::getInstance()->addChild(this);33 PNode::getNullParent()->addChild(this); 36 34 this->trackManager = TrackManager::getInstance(); 37 35 this->setParentMode(PNODE_ALL);
Note: See TracChangeset
for help on using the changeset viewer.