Files
tiles-and-such/Bitmaps/freaknet.org/bitmaps/cursor/bigcheck
2017-10-19 12:40:28 -04:00

22 lines
297 B
Plaintext

#define bigcheck_width 16
#define bigcheck_height 16
static char bigcheck_bits[] = {
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
};