Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 13, 2005, 8:49:01 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: trackManager: now the TrackManager knows his path also backwards.

File:
1 edited

Legend:

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

    r3522 r3527  
    4848  int childCount;            //!< The number of Children This TrackElement has.
    4949  TrackElement** children;   //!< A TrackElement can have a Tree of following TrackElements.
     50
     51  // runtime
     52  TrackElement* history;     //!< a pointer to the last TrackElement we were on. This is if you want to walk the path backwards again.
    5053
    5154  // CONDITION FUNCTIONS and STUFF
Note: See TracChangeset for help on using the changeset viewer.