9 lines
462 B
Plaintext
9 lines
462 B
Plaintext
#define GreatDemon_width 24
|
|
#define GreatDemon_height 24
|
|
static char GreatDemon_bits[] = {
|
|
0xff,0xf1,0xff,0xff,0xe1,0xff,0xff,0xf0,0xff,0x7f,0xf8,0xff,0x7f,0xfc,0xff,
|
|
0x3f,0xfa,0xff,0x1f,0xff,0xff,0x0f,0xff,0xff,0xcb,0xff,0xff,0xe3,0xff,0xff,
|
|
0xe1,0xff,0xff,0xf8,0xfe,0xff,0xbc,0x7f,0xff,0xdf,0xdb,0xff,0xed,0x6e,0xff,
|
|
0xbb,0xfb,0xff,0xef,0xae,0xff,0xbb,0xfb,0xfe,0xee,0xae,0xff,0xbb,0xfb,0xff,
|
|
0xef,0xae,0xff,0xba,0xfb,0xff,0xef,0xfe,0xff,0xfb,0xff,0xff};
|