10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define cwall_e_width 24
|
|
#define cwall_e_height 24
|
|
static char cwall_e_bits[] = {
|
|
0x00,0x00,0x00,0x00,0xfc,0x01,0x00,0x03,0x06,0x00,0xf9,0x08,
|
|
0x80,0xfc,0x13,0xd5,0x02,0x17,0xff,0x02,0x2e,0xc0,0x02,0x2c,
|
|
0x40,0x05,0x2c,0x55,0x19,0x26,0x7f,0xe2,0x13,0x40,0x0c,0x18,
|
|
0xa2,0xf0,0x0f,0x22,0x01,0x04,0x50,0x00,0x04,0x90,0x88,0x03,
|
|
0x28,0x00,0x02,0x48,0xc4,0x01,0x14,0x00,0x01,0x26,0xe2,0x00,
|
|
0x07,0x80,0x00,0x08,0x51,0x00,0x30,0x60,0x00,0xc0,0x1f,0x00};
|