9 lines
462 B
Plaintext
9 lines
462 B
Plaintext
#define GreatDemon_width 24
|
|
#define GreatDemon_height 24
|
|
static char GreatDemon_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x49,0x92,0x24,0x00,0x00,0x00,0x10,0x11,0x11,
|
|
0x02,0x00,0x00,0x40,0x44,0x44,0x08,0x00,0x00,0x40,0x22,0x11,0x04,0x08,0x00,
|
|
0x20,0x00,0x24,0x02,0x91,0x00,0x08,0x00,0x02,0x40,0x04,0x48,0x00,0x40,0x00,
|
|
0x12,0x11,0x01,0x00,0x00,0x24,0x88,0x08,0x00,0x20,0x80,0x10,0x02,0x12,0x02,
|
|
0x00,0x00,0x40,0x24,0x81,0x08,0x00,0x10,0x00,0x40,0x04,0x22};
|