Changeset 4501 in orxonox.OLD for orxonox/trunk/src/util/track/track_manager.h
- Timestamp:
- Jun 3, 2005, 11:59:34 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/track/track_manager.h
r4496 r4501 146 146 // Methods to change the Path (initialisation) 147 147 void workOn(unsigned int trackID); 148 void workOn (const char* trackName);148 void workOnS(const char* trackName); 149 149 150 150 /** \see setCurveType(CurveType curveType, TrackElement* trackElem); \param curveType the type of the Curve */ … … 156 156 void addPointV(Vector newPoint, TrackElement* trackElem = NULL); 157 157 int addHotPoint(Vector newPoint, TrackElement* trackElem = NULL); 158 void setSavePoint (int isLoadable);158 void setSavePointS(const char* nextElementName); 159 159 int setSavePoint(TrackElement* trackElem = NULL); 160 160 void fork(unsigned int count, ...);
Note: See TracChangeset
for help on using the changeset viewer.