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

22 lines
282 B
Plaintext

#define tex_width 16
#define tex_height 16
static char tex_bits[] = {
0x00, 0x00,
0x3f, 0xee,
0x2d, 0x4c,
0x0c, 0x3c,
0xfc, 0x3b,
0x6c, 0x1a,
0x6c, 0x30,
0x6c, 0x39,
0xec, 0x79,
0x6c, 0x65,
0x7e, 0xee,
0x60, 0x00,
0x60, 0x02,
0xf0, 0x03,
0x00, 0x00,
0x00, 0x00,
};