Changeset 3371 in orxonox.OLD for orxonox/branches/trackManager/src/track_manager.h
- Timestamp:
- Jan 7, 2005, 3:07:12 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/trackManager/src/track_manager.h
r3369 r3371 14 14 #include "stdincl.h" 15 15 16 class PNode; 16 17 17 18 //! condition for choosing a certain Path. \todo implement a useful way. … … 104 105 float maxTime; //!< The maximal time the track has. 105 106 int trackElemCount; //!< The count of TrackElements that exist. 107 PNode* bindSlave; 106 108 107 109 void initChildren(unsigned int childCount); … … 134 136 void choosePath(int graphID); 135 137 138 void setBindSlave(PNode* bindSlave); 139 136 140 // DEBUG // 137 141 void drawGraph(float dt) const;
Note: See TracChangeset
for help on using the changeset viewer.