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,0x00,0xf7,0x01,0xc0,0xab,0x07,0x80,0x5d,0x03,
|
|
0xe0,0xbf,0x07,0xc0,0x5f,0x03,0xf0,0xbf,0x06,0x60,0xdf,0x03,0xd0,0xbf,0x07,
|
|
0xe0,0xdb,0x03,0xc0,0xbb,0x03,0x00,0xfc,0x01,0x00,0x00,0x00};
|