10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define poison_width 24
|
|
#define poison_height 24
|
|
static char poison_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3e,0x00,0x00,0x1c,0x00,
|
|
0x00,0x1c,0x00,0x00,0x1c,0x00,0x00,0x1c,0x00,0x00,0x1c,0x00,
|
|
0x00,0x7f,0x00,0x80,0xff,0x00,0xc0,0xfc,0x01,0xc0,0xfa,0x01,
|
|
0xc0,0xfa,0x01,0xc0,0x8a,0x01,0xc0,0xdc,0x01,0xc0,0xdf,0x01,
|
|
0xc0,0xd7,0x01,0xc0,0xcf,0x01,0xc0,0xff,0x01,0xc0,0xff,0x01,
|
|
0x80,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|