blob: 79432bac8249caa3defefb301afc9faf9bd3fb17 (
plain)
1
2
3
4
5
|
#define bullet_width 9
#define bullet_height 9
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x20, 0x00, 0x40, 0x00, 0x20, 0x00,
0x10, 0x00, 0x00, 0x00, 0x00, 0x00 };
|