Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 15, 2005, 6:10:45 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: some more

File:
1 edited

Legend:

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

    r3836 r3837  
    156156  bool addPoint(Vector newPoint, TrackElement* trackElem = NULL);
    157157  int addHotPoint(Vector newPoint, TrackElement* trackElem = NULL);
    158   int setSavePoint(void);
     158  int setSavePoint(TrackElement* trackElem = NULL);
    159159  void fork(unsigned int count, ...);
    160   void forkV(unsigned int count, int* trackIDs);
    161   void condition(CONDITION cond, void* subject);
    162   void condition(unsigned int groupID, CONDITION cond, void* subject);
     160  void forkV(unsigned int count, int* trackIDs, TrackElement* trackElem = NULL);
     161  void condition(unsigned int trackID, CONDITION cond, void* subject);
     162  void condition(CONDITION cond, void* subject, TrackElement* trackElem = NULL);
    163163  void join(unsigned int count, ...);
    164164  void joinV(unsigned int count, int* trackIDs);
Note: See TracChangeset for help on using the changeset viewer.