10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define no_magic_width 24
|
|
#define no_magic_height 24
|
|
static char no_magic_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0xc0, 0xff, 0x03, 0xf0, 0x81, 0x0f,
|
|
0x78, 0x00, 0x1e, 0x78, 0x00, 0x18, 0xfc, 0x00, 0x38, 0xcc, 0x01, 0x30,
|
|
0x86, 0x03, 0x60, 0x56, 0x27, 0x49, 0x76, 0x5f, 0x55, 0x56, 0x1d, 0x45,
|
|
0x56, 0x7f, 0x45, 0x56, 0x75, 0x55, 0x56, 0xe5, 0x49, 0x06, 0xc0, 0x61,
|
|
0x0c, 0x80, 0x33, 0x1c, 0x00, 0x3f, 0x18, 0x00, 0x1e, 0x78, 0x00, 0x1e,
|
|
0xf0, 0x81, 0x0f, 0xc0, 0xff, 0x03, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00};
|