10 lines
531 B
Plaintext
10 lines
531 B
Plaintext
#define s_weasel_width 24
|
|
#define s_weasel_height 24
|
|
static char s_weasel_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x22, 0x08, 0x20, 0x41, 0x0f,
|
|
0x00, 0x2a, 0x0d, 0x48, 0xc1, 0x06, 0x24, 0x42, 0x02, 0x00, 0xf0, 0x01,
|
|
0x28, 0xcc, 0x01, 0x44, 0x66, 0x01, 0x08, 0xf2, 0x01, 0x10, 0x33, 0x00,
|
|
0x00, 0x29, 0x00, 0x10, 0x35, 0x00, 0x20, 0x15, 0x00, 0x00, 0x0f, 0x00,
|
|
0x00, 0x07, 0x00, 0xc0, 0x02, 0x00, 0x20, 0x01, 0x00, 0x60, 0x00, 0x00,
|
|
0x50, 0x00, 0x00, 0x30, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00};
|