10 lines
449 B
Groff
10 lines
449 B
Groff
#define spider4_width 24
|
|
#define spider4_height 24
|
|
static char spider4_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x7c,0x80,0x0f,0x83,0x61,0x30,
|
|
0x00,0x12,0x00,0x00,0x12,0x00,0xbe,0x1f,0x1f,0xc1,0xff,0x20,
|
|
0xe0,0xff,0x00,0xe0,0xff,0x00,0xf0,0xff,0x37,0xf0,0xff,0x2f,
|
|
0xf0,0xff,0x0f,0xf0,0xff,0x2f,0xf0,0xff,0x37,0xe0,0xff,0x00,
|
|
0xe0,0xff,0x00,0xc0,0x7f,0x00,0x81,0xff,0x20,0x7e,0x12,0x1f,
|
|
0x00,0x12,0x00,0x00,0x12,0x00,0x83,0x61,0x30,0x7c,0x80,0x0f};
|