Changeset 9715 in orxonox.OLD for branches/new_class_id/src/util/track
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (18 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
r9705 r9715 24 24 25 25 26 NewObjectListDefinition(PilotNode);26 ObjectListDefinition(PilotNode); 27 27 /** 28 28 * standard constructor -
branches/new_class_id/src/util/track/pilot_node.h
r9705 r9715 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 ObjectListDeclaration(PilotNode); 18 18 19 19 public:
Note: See TracChangeset
for help on using the changeset viewer.