Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 16, 2005, 11:51:39 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: added a possibility to join tracks by name

File:
1 edited

Legend:

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

    r3837 r3841  
    162162  void condition(CONDITION cond, void* subject, TrackElement* trackElem = NULL);
    163163  void join(unsigned int count, ...);
     164  void joinc(unsigned int count, ...);
    164165  void joinV(unsigned int count, int* trackIDs);
    165166  void finalize(void);
Note: See TracChangeset for help on using the changeset viewer.