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);
80 int getCount() {
return _animations.
size(); }
81 Animation *getAnimation(
int idx) {
return _animations[idx]; }
107 int _currentLoopCount;
void setAnimTimer(Animation *anim)
Definition: animation.h:84
Definition: animation.h:115
Definition: animation.h:125
Definition: animation.h:38
Definition: animation.h:73
size_type size() const
Definition: array.h:315