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" 91 #include "common/pack-end.h" 93 typedef void (*FuncPtr)();
94 typedef bool (*FuncPtr_b_l)(int32);
95 typedef void (*FuncPtr_v_vv)(
void *,
void *);
97 typedef FuncPtr_b_l ExceptionPtr;
99 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