9 lines
462 B
Plaintext
9 lines
462 B
Plaintext
#define GreatDemon_width 24
|
|
#define GreatDemon_height 24
|
|
static char GreatDemon_bits[] = {
|
|
0xfe,0xff,0x01,0x7e,0xd5,0x03,0xfe,0xbf,0x27,0xfc,0xeb,0x0f,0xfc,0xbf,0x1e,
|
|
0xfc,0xef,0x0f,0xfc,0xbf,0x5a,0xfc,0xff,0x3f,0xfc,0x7f,0x35,0xfc,0xdf,0x3f,
|
|
0xfe,0x9f,0x1a,0xde,0x1f,0x03,0x7e,0x1f,0x46,0xde,0x1f,0x06,0x7e,0x7d,0x04,
|
|
0xde,0xf1,0x2c,0xbe,0x0b,0x00,0x7e,0x23,0x01,0xdc,0x07,0x24,0x78,0x07,0x00,
|
|
0xe0,0x81,0x00,0x82,0x07,0x48,0x08,0x0f,0x02,0x00,0xfc,0x00};
|