Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 5, 2005, 1:49:13 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/parenting: added TrackManager to world.cc. (just the constructor), and moved some functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/track_manager.h

    r3333 r3335  
    3232  TrackElement(void);
    3333  ~TrackElement(void);
    34 
    35   void initChildren(unsigned int childCount);
    3634
    3735  TrackElement* findByID(unsigned int trackID);
     
    103101  int trackElemCount;                 //!< The count of TrackElements that exist.
    104102 
     103  void initChildren(unsigned int childCount);
    105104
    106105  TrackElement* findTrackElementByID(unsigned int trackID) const;
Note: See TracChangeset for help on using the changeset viewer.