9 lines
462 B
Plaintext
9 lines
462 B
Plaintext
#define GreatDemon_width 24
|
|
#define GreatDemon_height 24
|
|
static char GreatDemon_bits[] = {
|
|
0x1f,0x03,0x00,0x1f,0x03,0x00,0x0b,0x93,0x24,0x0f,0x01,0x00,0xd7,0x13,0x11,
|
|
0x7f,0x07,0x00,0xff,0x4f,0x44,0xbf,0x1e,0x00,0xef,0x7f,0x11,0xbf,0x7a,0x00,
|
|
0xea,0xff,0x24,0xbf,0xea,0x01,0xeb,0xff,0x03,0x7f,0xd5,0x4b,0xaf,0xbf,0x03,
|
|
0xff,0xed,0x07,0xbf,0x77,0x27,0xff,0xbe,0x0f,0xff,0xeb,0x3e,0xff,0xbf,0xff,
|
|
0xff,0xee,0xff,0xff,0xbf,0xfe,0xff,0xff,0xaf,0xff,0xff,0xff};
|