Changeset 4332 in orxonox.OLD for orxonox/branches/physics/src/util/animation
- Timestamp:
- May 27, 2005, 7:14:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/util/animation/animation_player.cc
r3953 r4332 28 28 AnimationPlayer::AnimationPlayer () 29 29 { 30 this->setClass Name ("AnimationPlayer");30 this->setClassID(CL_ANIMATION_PLAYER, "AnimationPlayer"); 31 31 32 32 this->animationList = new tList<Animation>();
Note: See TracChangeset
for help on using the changeset viewer.