mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
6 lines
204 B
C
6 lines
204 B
C
#define noname_width 12
|
|
#define noname_height 12
|
|
static char noname_bits[] = {
|
|
0x3f,0x03,0xf3,0x0c,0xcc,0x0f,0xcc,0x0f,0xf3,0x0c,0x3f,0x03,0x3f,0x03,0xf3,
|
|
0x0c,0xcc,0x0f,0xcc,0x0f,0xf3,0x0c,0x3f,0x03};
|