Changeset 5777 in orxonox.OLD for trunk/src/util/animation/animation_player.h
- Timestamp:
- Nov 25, 2005, 3:37:11 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/animation/animation_player.h
r5405 r5777 8 8 #include "base_object.h" 9 9 #include "animation.h" 10 11 #include <list> 10 12 11 13 /* FORWARD DECLARATION */ … … 54 56 55 57 /* class specific */ 56 tList<Animation>*animationList; //!< A List of Animations to be handled.58 std::list<Animation*> animationList; //!< A List of Animations to be handled. 57 59 bool bRunning; //!< If the AnimationPlayer is running. 58 60 };
Note: See TracChangeset
for help on using the changeset viewer.