mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
#define arrb_med_width 16
|
|
#define arrb_med_height 16
|
|
static char arrb_med_bits[] = {
|
|
0x80, 0x01,
|
|
0xc0, 0x03,
|
|
0xe0, 0x07,
|
|
0xf0, 0x0f,
|
|
0xf8, 0x1f,
|
|
0xfc, 0x3f,
|
|
0xc0, 0x03,
|
|
0xc0, 0x03,
|
|
0xc0, 0x03,
|
|
0xc0, 0x03,
|
|
0xc0, 0x03,
|
|
0xc0, 0x03,
|
|
0xc0, 0x03,
|
|
0xc0, 0x03,
|
|
0xc0, 0x03,
|
|
0xc0, 0x03,
|
|
|
|
};
|