9 lines
462 B
Plaintext
9 lines
462 B
Plaintext
#define GreatDemon_width 24
|
|
#define GreatDemon_height 24
|
|
static char GreatDemon_bits[] = {
|
|
0x00,0x00,0x8c,0x00,0x00,0x8c,0x49,0x92,0x1c,0x00,0x00,0x18,0x44,0x44,0x38,
|
|
0x00,0x00,0x71,0x10,0x11,0x60,0x02,0x00,0xe2,0x88,0x44,0xc0,0x20,0x00,0xc1,
|
|
0x00,0x10,0xe8,0x44,0x02,0xf0,0x00,0x20,0xf9,0x10,0x04,0xfc,0x82,0x40,0xfe,
|
|
0x08,0x02,0xbf,0x20,0x10,0xff,0x00,0x80,0xbf,0x84,0xa4,0xff,0x10,0x80,0xff,
|
|
0x00,0x82,0xff,0x42,0xa0,0xff,0x08,0x08,0xff,0x00,0x01,0xff};
|