6 lines
140 B
C
6 lines
140 B
C
|
/* Created with The GIMP */
|
||
|
#define stick_width 4
|
||
|
#define stick_height 4
|
||
|
static unsigned char stick_bits[] = {
|
||
|
0x0f, 0x0f, 0x0f, 0x0f };
|