Changeset 9705 in orxonox.OLD for branches/new_class_id/src/util/track
- Timestamp:
- Aug 25, 2006, 9:44:53 PM (19 years ago)
- Location:
- branches/new_class_id/src/util/track
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/util/track/pilot_node.cc
r7868 r9705 24 24 25 25 26 NewObjectListDefinition(PilotNode); 26 27 /** 27 28 * standard constructor … … 29 30 PilotNode::PilotNode () 30 31 { 31 this->setClassID(CL_PILOT_PARENT, "PilotNode");32 this->registerObject(this, PilotNode::_objectList); 32 33 this->setName("PilotNode"); 33 34 -
branches/new_class_id/src/util/track/pilot_node.h
r5039 r9705 15 15 //! The PilotNode is a node that enables the is driven by the Mouse 16 16 class PilotNode : public WorldEntity, public EventListener { 17 NewObjectListDeclaration(PilotNode); 17 18 18 19 public:
Note: See TracChangeset
for help on using the changeset viewer.