mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 16:09:30 -07:00
6 lines
239 B
C
6 lines
239 B
C
#define arrow_all_width 12
|
|
#define arrow_all_height 12
|
|
static char arrow_all_bits[] = {
|
|
0x2c, 0x0b, 0x65, 0x09, 0xff, 0x0f, 0x34, 0x0d, 0xa6, 0x09, 0xff, 0x0f,
|
|
0x2c, 0x0b, 0x65, 0x09, 0xff, 0x0f, 0x34, 0x0d, 0xa6, 0x09, 0xff, 0x0f};
|