Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3816 in orxonox.OLD for orxonox/trunk/src/animation_player.h


Ignore:
Timestamp:
Apr 13, 2005, 11:55:17 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: AnimationPlayer updated, created a debug function, and general functionality

File:
1 edited

Legend:

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

    r3812 r3816  
    1919
    2020  void addAnimation(Anim* animation);
     21  void removeAnimation(Anim* animation);
     22  void flush(void);
    2123
    2224  void tick(float timePassed);
     25
     26  void debug(void);
    2327
    2428 private:
Note: See TracChangeset for help on using the changeset viewer.