10 lines
467 B
Plaintext
10 lines
467 B
Plaintext
#define barrack_small_width 24
|
|
#define barrack_small_height 24
|
|
static char barrack_small_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xfc,0xff,0x0f,
|
|
0x04,0x00,0x08,0x26,0x84,0x10,0x0a,0x21,0x14,0x49,0x08,0x21,
|
|
0x13,0x42,0x28,0x17,0x00,0x40,0xfd,0xff,0x7f,0xfb,0xff,0x7f,
|
|
0x55,0x55,0x55,0xbb,0xaa,0x6a,0x55,0x55,0x55,0xbb,0xfa,0x6f,
|
|
0x55,0x55,0x55,0xbb,0xba,0x6e,0x55,0x55,0x55,0xbb,0xba,0x6e,
|
|
0x56,0x55,0x55,0xbc,0xba,0x6e,0x58,0x55,0x55,0xf0,0xff,0x7f};
|