10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define deathtree4_width 24
|
|
#define deathtree4_height 24
|
|
static char deathtree4_bits[] = {
|
|
0x00,0x71,0x00,0x06,0xe3,0x00,0x1e,0xc3,0x00,0xf8,0x67,0x00,
|
|
0xc0,0x7f,0x38,0x00,0x7f,0x1e,0x00,0xfe,0x1f,0x00,0xfe,0x00,
|
|
0x10,0x7c,0x00,0xf0,0x7c,0x38,0xb0,0x6d,0x3e,0xa8,0xc7,0x1f,
|
|
0x18,0x44,0x28,0x00,0x64,0x00,0x00,0x64,0x00,0x00,0x7c,0x00,
|
|
0x00,0x7e,0x00,0x00,0xfe,0x00,0x00,0xff,0x00,0x80,0xff,0x01,
|
|
0xc0,0xff,0x03,0xf0,0xff,0x1f,0xff,0xff,0xff,0xff,0xff,0xff};
|