6 lines
170 B
C
6 lines
170 B
C
|
/* Created with The GIMP */
|
||
|
#define bulletl_width 8
|
||
|
#define bulletl_height 8
|
||
|
static unsigned char bulletl_bits[] = {
|
||
|
0x00, 0x20, 0x70, 0x38, 0x3c, 0x38, 0x70, 0x20 };
|