10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define barbarianf_width 24
|
|
#define barbarianf_height 24
|
|
static char barbarianf_bits[] = {
|
|
0x08,0x04,0x04,0x08,0x44,0x04,0x10,0xe8,0x02,0x30,0xf8,0x03,
|
|
0x20,0x50,0x01,0x60,0x10,0x01,0xc0,0xe0,0x00,0xc0,0xf8,0x03,
|
|
0x80,0xff,0x05,0xc0,0x3d,0x0e,0xa0,0x9f,0x0c,0x00,0x4f,0x09,
|
|
0x00,0x9e,0x0c,0x00,0x48,0x09,0x00,0x98,0x04,0x00,0x38,0x02,
|
|
0x00,0xf8,0x03,0x00,0xf8,0x03,0x00,0xb8,0x03,0x00,0x18,0x03,
|
|
0x00,0x18,0x03,0x00,0xbc,0x07,0x00,0xbf,0x1f,0x00,0x00,0x00};
|