10 lines
437 B
Plaintext
10 lines
437 B
Plaintext
#define hut_width 24
|
|
#define hut_height 24
|
|
static char hut_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x08,0x00,0x00,0x1c,0x00,0x00,0x36,0x00,0x00,0x6b,0x00,
|
|
0x80,0xd5,0x00,0xc0,0xd5,0x01,0xe0,0xb6,0x03,0xd0,0xf7,0x05,
|
|
0xc0,0xff,0x01,0xc0,0xff,0x01,0xc0,0xe3,0x01,0xc0,0xc1,0x01,
|
|
0xc0,0xc1,0x01,0xc0,0xc1,0x01,0xc0,0xc1,0x01,0xc0,0xc1,0x01,
|
|
0xc0,0xc1,0x01,0x00,0x7f,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|