#define shootcursor_width 16 #define shootcursor_height 16 #define shootcursor_x_hot 7 #define shootcursor_y_hot 7 static char shootcursor_bits[] = { 0xe0, 0x03, 0x98, 0x0c, 0x84, 0x10, 0x82, 0x20, 0x82, 0x20, 0x81, 0x40, 0x81, 0x40, 0xff, 0x7f, 0x81, 0x40, 0x81, 0x40, 0x82, 0x20, 0x82, 0x20, 0x84, 0x10, 0x98, 0x0c, 0xe0, 0x03, 0x00, 0x00};