#define attackcurs_width 16 #define attackcurs_height 16 #define attackcurs_x_hot 7 #define attackcurs_y_hot 7 static unsigned char attackcurs_bits[] = { 0x01, 0x80, 0x03, 0xc0, 0x06, 0x60, 0x0c, 0x30, 0x18, 0x18, 0x30, 0x0c, 0x60, 0x06, 0xc0, 0x03, 0x80, 0x01, 0xc0, 0x03, 0x66, 0x66, 0x3c, 0x3c, 0x18, 0x18, 0x3c, 0x3c, 0x66, 0x66, 0x03, 0xc0};