10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define barbarianr_width 24
|
|
#define barbarianr_height 24
|
|
static char barbarianr_bits[] = {
|
|
0x00,0x05,0x00,0x00,0x05,0x10,0x00,0x07,0x10,0x80,0x07,0x08,
|
|
0x80,0x0b,0x0c,0x80,0x07,0x04,0x80,0x0f,0x06,0x00,0x07,0x03,
|
|
0x80,0x1f,0x03,0xc0,0xff,0x01,0xc0,0xbf,0x03,0xc0,0xff,0x05,
|
|
0xc0,0xff,0x00,0xc0,0x7f,0x00,0xc0,0x1f,0x00,0x80,0x0f,0x00,
|
|
0x80,0x1f,0x00,0x80,0x1f,0x00,0x80,0x1f,0x00,0x80,0x1b,0x00,
|
|
0x80,0x1b,0x00,0xc0,0x39,0x00,0xc0,0xff,0x00,0x00,0x00,0x00};
|