Changeset 4318 in orxonox.OLD for orxonox/trunk/src/util/animation
- Timestamp:
- May 27, 2005, 12:53:34 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/animation/animation_player.cc
r3868 r4318 28 28 AnimationPlayer::AnimationPlayer () 29 29 { 30 this->setClass Name ("AnimationPlayer");30 this->setClassID(CL_ANIMATION_PLAYER); 31 31 32 32 this->animationList = new tList<Animation>();
Note: See TracChangeset
for help on using the changeset viewer.