mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 18:19:29 -07:00
7 lines
246 B
C
7 lines
246 B
C
#define noname_width 16
|
|
#define noname_height 16
|
|
static char noname_bits[] = {
|
|
0xf0,0x07,0xe7,0x73,0xce,0x39,0x9c,0x9c,0x39,0xce,0x73,0xe6,0xe7,0xf0,0xcf,
|
|
0xf9,0x87,0xf3,0x33,0xe7,0x39,0xce,0x9c,0x9c,0xce,0x39,0xe7,0x73,0xf0,0x07,
|
|
0xff,0xff};
|