25 #include "common/scummsys.h" 29 #define MAX_STRING_SIZE 144 30 #define MAX_STRING_LEN 144 31 #define MAX_FILENAME_SIZE 144 34 #define MAX_VIDEO_X 639 35 #define MAX_VIDEO_Y 479 49 typedef uint32 quadchar;
50 typedef uint32 trigraph;
63 TRIG_INV_CLICK = 32000,
74 uint8 *getBasePtr(
int x,
int y) {
75 return data + y * w + x;
77 const uint8 *getBasePtr(
int x,
int y)
const {
78 return data + y * w + x;
87 #include "common/pack-start.h" 89 byte r = 0, g = 0, b = 0;
91 constexpr
RGB8() =
default;
92 constexpr
RGB8(
const byte red,
const byte green,
const byte blue) : r(red), g(green), b(blue) {}
94 #include "common/pack-end.h" 96 typedef void (*FuncPtr)();
97 typedef bool (*FuncPtr_b_l)(int32);
98 typedef void (*FuncPtr_v_vv)(
void *,
void *);
100 typedef FuncPtr_b_l ExceptionPtr;
102 typedef FuncPtr_v_vv M4CALLBACK;
intptr frac16
Definition: m4_types.h:46
Definition: m4_types.h:88
Definition: m4_types.h:67
Definition: database.h:28
Definition: m4_types.h:82