9 lines
447 B
Plaintext
9 lines
447 B
Plaintext
#define necro_width 24
|
|
#define necro_height 24
|
|
static char necro_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x00,0x00,0x34,0x00,0x00,
|
|
0x3c,0x00,0x00,0x78,0x10,0x00,0xe0,0x38,0x00,0x40,0x7d,0x00,0x80,0x56,0x00,
|
|
0x00,0xfd,0x00,0x00,0xfb,0x01,0x80,0xf7,0x01,0x00,0xab,0x03,0x80,0x5d,0x07,
|
|
0xe0,0xbf,0x03,0xc0,0x7f,0x07,0xf0,0xff,0x02,0xe0,0x7f,0x07,0xc0,0xee,0x02,
|
|
0x70,0x7f,0x07,0x80,0xef,0x02,0x00,0xfc,0x01,0x00,0x00,0x00};
|