Changeset 9705 in orxonox.OLD for branches/new_class_id/src/util/animation/animation.cc
- Timestamp:
- Aug 25, 2006, 9:44:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/util/animation/animation.cc
r5777 r9705 20 20 #include "animation_player.h" 21 21 22 NewObjectListDefinition(Animation); 22 23 /** 23 24 * creates a new Animation … … 27 28 Animation::Animation() 28 29 { 29 this-> setClassID(CL_ANIMATION, "Animation");30 this->registerObject(this, Animation::_objectList); 30 31 31 32 // initialize a beginning KeyFrame, that will be deleted afterwards
Note: See TracChangeset
for help on using the changeset viewer.