22 #ifndef TOLTECS_ANIMATION_H 23 #define TOLTECS_ANIMATION_H 25 #include "toltecs/toltecs.h" 26 #include "toltecs/resource.h" 35 void start(uint resIndex);
38 uint16 getFrameNumber()
const {
return _frameNumber; }
52 uint16 _width, _height;
53 uint16 _frameNumber, _frameCount;
54 uint32 _keepFrameCounter;
57 uint32 _nextFrameSize, _nextFrameOffset;
59 uint32 _firstNextFrameOffset, _firstCurFrameSize, _firstNextFrameSize;
Definition: animation.h:28
Definition: animation.h:30