10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define forest_2_width 24
|
|
#define forest_2_height 24
|
|
static char forest_2_bits[] = {
|
|
0x00,0x00,0x00,0x38,0x00,0x0f,0xc6,0xbe,0x31,0x12,0x41,0x26,
|
|
0x89,0x9a,0x40,0x4b,0x21,0x52,0x43,0xa5,0x40,0x52,0x82,0x2e,
|
|
0x8c,0x06,0x31,0x78,0xa1,0x2a,0xa6,0x6e,0x51,0x0a,0x5d,0x54,
|
|
0x45,0x43,0x45,0x93,0x7a,0x52,0xa5,0x86,0x20,0x05,0x4b,0x19,
|
|
0x8a,0x05,0x6f,0x7c,0x35,0x86,0x42,0x81,0x92,0xa5,0x6a,0x4b,
|
|
0x85,0x85,0x8b,0xa9,0x32,0xa3,0x56,0x8c,0x4d,0x3c,0x70,0x38};
|