5 lines
167 B
C
5 lines
167 B
C
/* Created with The GIMP */
|
|
#define bullet_width 8
|
|
#define bullet_height 8
|
|
static unsigned char bullet_bits[] = {
|
|
0x00, 0x18, 0x30, 0x60, 0x60, 0x30, 0x18, 0x00 };
|