Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5777 in orxonox.OLD for trunk/src/util/animation/animation_player.h


Ignore:
Timestamp:
Nov 25, 2005, 3:37:11 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: stl::list in AnimationPlayer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/animation/animation_player.h

    r5405 r5777  
    88#include "base_object.h"
    99#include "animation.h"
     10
     11#include <list>
    1012
    1113/* FORWARD DECLARATION */
     
    5456
    5557  /* 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.
    5759  bool                         bRunning;              //!< If the AnimationPlayer is running.
    5860};
Note: See TracChangeset for help on using the changeset viewer.