22 #ifndef ULTIMA8_GFX_RAW_SHAPEFRAME_H 23 #define ULTIMA8_GFX_RAW_SHAPEFRAME_H 28 struct ConvertShapeFormat;
29 struct ConvertShapeFrame;
55 int32 _width, _height;
58 uint32 *_line_offsets;
59 const uint8 *_rle_data;
62 void loadU8Format(
const uint8 *data, uint32 size);
65 void loadPentagramFormat(
const uint8 *data, uint32 size);
69 void loadGenericFormat(
const uint8 *data, uint32 size,
const ConvertShapeFormat *format);
Definition: shape_frame.h:33
Definition: convert_shape.h:65
Definition: detection.h:27
Definition: raw_shape_frame.h:36