22 #ifndef ACCESS_ANIMATION_H 23 #define ACCESS_ANIMATION_H 25 #include "common/scummsys.h" 26 #include "common/array.h" 27 #include "common/memstream.h" 28 #include "access/data.h" 29 #include "access/files.h" 33 class AnimationResource;
36 class AnimationFramePart;
49 void freeAnimationData();
55 void animate(
int animId);
85 int getCount()
const {
return _animations.
size(); }
86 Animation *getAnimation(
int idx) {
return _animations[idx]; }
112 int _currentLoopCount;
void setAnimTimer(Animation *anim)
void popBackTimer()
Definition: animation.h:75
Definition: animation.h:89
Definition: animation.h:120
Definition: animation.h:130
Definition: animation.h:38
void pop_back()
Definition: array.h:200
Definition: animation.h:78
size_type size() const
Definition: array.h:316