arch/wall/bwall/hedge.111

10 lines
522 B
Plaintext

#define hedge_width 24
#define hedge_height 24
static char hedge_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf7, 0x00, 0xf0, 0xdd, 0x0f,
0xfc, 0x80, 0x1d, 0x0c, 0x11, 0x30, 0x94, 0x04, 0x21, 0xde, 0x42, 0x3a,
0xa4, 0xad, 0x65, 0x5e, 0x38, 0x68, 0x1a, 0x00, 0x40, 0x24, 0x00, 0x61,
0x0e, 0x12, 0x40, 0x34, 0x00, 0x60, 0x82, 0x80, 0x40, 0x1c, 0x00, 0x30,
0x14, 0x08, 0x35, 0xa8, 0x00, 0x08, 0xd0, 0xe7, 0x0f, 0xc0, 0xda, 0x06,
0xf0, 0x39, 0x0e, 0x98, 0x34, 0x13, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00};