22 #ifndef ULTIMA8_CONVERT_CONVERTSHAPE_H 23 #define ULTIMA8_CONVERT_CONVERTSHAPE_H 25 #include "common/scummsys.h" 26 #include "common/stream.h" 41 uint32 _bytes_special;
42 uint32 _bytes_header_unk;
43 uint32 _bytes_num_frames;
45 uint32 _len_frameheader;
46 uint32 _bytes_frame_offset;
47 uint32 _bytes_frameheader_unk;
48 uint32 _bytes_frame_length;
49 uint32 _bytes_frame_length_kludge;
51 uint32 _len_frameheader2;
52 uint32 _bytes_frame_unknown;
53 uint32 _bytes_frame_compression;
54 uint32 _bytes_frame_width;
55 uint32 _bytes_frame_height;
56 uint32 _bytes_frame_xoff;
57 uint32 _bytes_frame_yoff;
59 uint32 _bytes_line_offset;
60 uint32 _line_offset_absolute;
66 uint8 _header_unknown[2];
75 uint32 *_line_offsets;
86 void GetPixels(uint8 *buf, int32 count, int32 x, int32 y);
94 uint8 _header_unknown[4];
Definition: convert_shape.h:92
Definition: convert_shape.h:65
Definition: detection.h:27