Changeset 3816 in orxonox.OLD for orxonox/trunk/src/animation_player.h
- Timestamp:
- Apr 13, 2005, 11:55:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/animation_player.h
r3812 r3816 19 19 20 20 void addAnimation(Anim* animation); 21 void removeAnimation(Anim* animation); 22 void flush(void); 21 23 22 24 void tick(float timePassed); 25 26 void debug(void); 23 27 24 28 private:
Note: See TracChangeset
for help on using the changeset viewer.