22 #ifndef PRINCE_ANIMATION_H 23 #define PRINCE_ANIMATION_H 25 #include "common/array.h" 26 #include "common/stream.h" 28 #include "graphics/surface.h" 38 int16 getLoopCount()
const;
39 int32 getPhaseCount()
const;
40 int32 getFrameCount()
const;
41 int16 getBaseX()
const;
42 int16 getBaseY()
const;
43 int16 getPhaseOffsetX(
int phaseIndex)
const;
44 int16 getPhaseOffsetY(
int phaseIndex)
const;
45 int16 getPhaseFrameIndex(
int phaseIndex)
const;
53 uint16 _phaseToFrameIndex;
58 byte *_compressedData;
Definition: animation.h:32
Definition: animation.h:30