10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define barbarianf_width 24
|
|
#define barbarianf_height 24
|
|
static char barbarianf_bits[] = {
|
|
0x00,0x00,0x00,0x02,0x38,0x00,0x06,0x7c,0x00,0x1e,0x6c,0x00,
|
|
0x0e,0x44,0x00,0x0a,0x38,0x00,0x88,0xdb,0x01,0x48,0x00,0x02,
|
|
0x28,0x00,0x04,0x98,0xa5,0x04,0x48,0x81,0x09,0x38,0x42,0x0a,
|
|
0x18,0x42,0x0a,0x00,0x66,0x0a,0x00,0x42,0x0c,0x00,0x99,0x00,
|
|
0x00,0x99,0x00,0x00,0xad,0x00,0x80,0x24,0x01,0x80,0x42,0x01,
|
|
0x80,0x42,0x01,0x80,0x42,0x01,0x40,0x42,0x02,0xc0,0x81,0x03};
|