|
#define bullet_width 14
|
|
#define bullet_height 14
|
|
static unsigned char bullet_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0xe0, 0x00, 0xc0, 0x01, 0x80, 0x03,
|
|
0x00, 0x07, 0x00, 0x07, 0x80, 0x03, 0xc0, 0x01, 0xe0, 0x00, 0x60, 0x00,
|
|
0x00, 0x00, 0x00, 0x00 };
|