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

22 lines
315 B
Plaintext

#define drawmovewindow_width 16
#define drawmovewindow_height 16
static char drawmovewindow_bits[] = {
0xff, 0xff,
0xff, 0xff,
0x03, 0xf0,
0x03, 0xfc,
0x03, 0xff,
0xc3, 0xff,
0xf3, 0xff,
0xff, 0xff,
0xff, 0xff,
0xf3, 0xff,
0xc3, 0xff,
0x03, 0xff,
0x03, 0xfc,
0x03, 0xf0,
0xff, 0xff,
0xff, 0xff,
};