Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3556 in orxonox.OLD for orxonox/trunk/src/track_manager.h


Ignore:
Timestamp:
Mar 15, 2005, 2:34:44 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: trackNode not static anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/track_manager.h

    r3544 r3556  
    115115  int trackElemCount;                 //!< The count of TrackElements that exist.
    116116  PNode* bindSlave;                   //!< The node that is slave to the TrackManager. This node will be moved while update the TrackManager, and must NOT move itself.
     117  PNode* trackNode;                   //!< The main TrackNode of this Track.
    117118 
    118119  void initChildren(unsigned int childCount);
     
    151152
    152153  void setBindSlave(PNode* bindSlave);
     154  PNode* getTrackNode(void);
    153155
    154156  // DEBUG //
Note: See TracChangeset for help on using the changeset viewer.