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

22 lines
312 B
Plaintext

#define drawsplitwind_width 16
#define drawsplitwind_height 16
static char drawsplitwind_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0xff, 0xff,
0xff, 0xff,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0xff, 0xff,
0xff, 0xff,
};