mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
291 B
Plaintext
22 lines
291 B
Plaintext
#define norges_width 16
|
|
#define norges_height 16
|
|
static char norges_bits[] = {
|
|
0xcf, 0xff,
|
|
0xcf, 0xff,
|
|
0xcf, 0xff,
|
|
0xcf, 0xff,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0xcf, 0xff,
|
|
0xcf, 0xff,
|
|
0xcf, 0xff,
|
|
0xcf, 0xff,
|
|
0x01, 0x00,
|
|
0xa1, 0xab,
|
|
0xa1, 0xaa,
|
|
0xa1, 0xeb,
|
|
0xa1, 0x8a,
|
|
0xa1, 0x8b,
|
|
|
|
};
|