10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define gwall_d_width 24
|
|
#define gwall_d_height 24
|
|
static char gwall_d_bits[] = {
|
|
0x32,0x23,0x33,0x04,0x00,0x30,0x64,0xce,0x39,0x04,0x00,0x38,
|
|
0xc6,0x99,0x5d,0x14,0x00,0x3c,0x04,0x33,0x3e,0x64,0x00,0x7e,
|
|
0x03,0x4c,0x5f,0x96,0x01,0x3f,0x04,0x90,0x2f,0x34,0x83,0x3f,
|
|
0x04,0xc0,0x77,0x64,0xcc,0x3f,0x04,0xc0,0x3b,0xc6,0xdc,0x3f,
|
|
0x12,0xc0,0xdf,0x84,0xd9,0x2f,0x34,0xc0,0x2e,0x84,0xc6,0x37,
|
|
0x04,0xc0,0x3f,0xd8,0xfd,0x1e,0x22,0x02,0x41,0x00,0x00,0x00};
|