10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define healing_width 24
|
|
#define healing_height 24
|
|
static char healing_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x10,0x00,0x00,0x13,0x00,0x00,0x1a,0x00,0x00,0x0c,0x00,
|
|
0x00,0x7f,0x00,0x80,0x4d,0x00,0x00,0x04,0x00,0x00,0x0c,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|