10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define guard4_width 24
|
|
#define guard4_height 24
|
|
static char guard4_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x55,0x55,0x55,0xff,0xff,0xff,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x55,0x55,0x55,0xff,0xff,0xff,0x00,0x00,0x00,
|
|
0xc2,0xff,0x0f,0x62,0x00,0x04,0xe0,0x00,0x0c,0x50,0x00,0x04,
|
|
0xd0,0x00,0x0c,0x48,0x00,0x04,0xc8,0x00,0x0c,0x44,0x00,0x04,
|
|
0xc7,0x00,0xfc,0x42,0x00,0x04,0xd2,0x00,0x0c,0x52,0x00,0x04};
|