9 lines
462 B
Plaintext
9 lines
462 B
Plaintext
#define GreatDemon_width 24
|
|
#define GreatDemon_height 24
|
|
static char GreatDemon_bits[] = {
|
|
0x1f,0x00,0x00,0x1d,0x00,0x00,0x7f,0x92,0x24,0x35,0x00,0x00,0x3f,0x11,0x11,
|
|
0x75,0x00,0x00,0xff,0x45,0x44,0xfb,0x07,0x00,0xfd,0x2f,0x11,0xef,0x1f,0x00,
|
|
0xf5,0x1f,0x24,0x5f,0x9f,0x00,0xfb,0x1f,0x02,0x7e,0x3d,0x48,0xfb,0x7f,0x00,
|
|
0x7e,0x75,0x01,0xfb,0x7f,0x24,0xfe,0xd5,0x00,0xff,0xfe,0x10,0xff,0xd7,0x03,
|
|
0xff,0xfd,0x43,0xff,0xaf,0x0b,0xff,0xf5,0x03,0xff,0x5e,0x27};
|