Files
2017-10-19 12:40:28 -04:00

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,
};