5 #include <exec/types.h> 11 #define MOUSE_CURSOR_POINT 0 12 #define MOUSE_CURSOR_WAIT 1 13 #define MOUSE_CURSOR_READ 2 15 #define SYSTEM_CURSOR_HEIGHT 16L UWORD chip system_cursors_img[3][36]
UWORD chip game_cursors_img[4][36]
vec2 system_cursors_hotspot[3]
vec2 game_cursors_hotspot[4]