Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4501 in orxonox.OLD for orxonox/trunk/src/util/track/track_manager.h


Ignore:
Timestamp:
Jun 3, 2005, 11:59:34 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: loading of track works just fine now. little problems with the setSavePoint-function

File:
1 edited

Legend:

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

    r4496 r4501  
    146146  // Methods to change the Path (initialisation)
    147147  void workOn(unsigned int trackID);
    148   void workOn(const char* trackName);
     148  void workOnS(const char* trackName);
    149149
    150150  /** \see setCurveType(CurveType curveType, TrackElement* trackElem); \param curveType the type of the Curve */
     
    156156  void addPointV(Vector newPoint, TrackElement* trackElem = NULL);
    157157  int addHotPoint(Vector newPoint, TrackElement* trackElem = NULL);
    158   void setSavePoint(int isLoadable);
     158  void setSavePointS(const char* nextElementName);
    159159  int setSavePoint(TrackElement* trackElem = NULL);
    160160  void fork(unsigned int count, ...);
Note: See TracChangeset for help on using the changeset viewer.