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

22 lines
306 B
Plaintext

#define blackborder_width 16
#define blackborder_height 16
static char blackborder_bits[] = {
0xff, 0xff,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0xff, 0xff,
};