22 #ifndef ULTIMA8_GFX_SHAPE_H 23 #define ULTIMA8_GFX_SHAPE_H 25 #include "common/array.h" 26 #include "common/stream.h" 34 struct ConvertShapeFormat;
42 const uint16 flexId,
const uint32 shapenum);
45 void setPalette(
const Palette *pal) {
48 const Palette *getPalette()
const {
52 uint32 frameCount()
const {
53 return static_cast<uint32
>(_frames.size());
61 const ShapeFrame *getFrame(
unsigned int frame)
const;
63 void getShapeId(uint16 &flexId, uint32 &shapenum)
const;
87 const uint32 _shapeNum;
Definition: shape_frame.h:33
Definition: detection.h:27
void getTotalDimensions(int32 &w, int32 &h, int32 &x, int32 &y) const
Definition: atari-screen.h:42