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

22 lines
294 B
Plaintext

#define win_cur_width 16
#define win_cur_height 16
static char win_cur_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0xff, 0xff,
0xff, 0xff,
};