#define bullet_width 24 #define bullet_height 24 static char bullet_bits[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x3c,0x00,0x00,0x7e,0x00,0x00,0xff,0x00,0x00,0xfd,0x00, 0x00,0xfd,0x00,0x00,0xfb,0x00,0x00,0x76,0x00,0x00,0x3c,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};