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

22 lines
285 B
Plaintext

#define blah_width 16
#define blah_height 16
static char blah_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0xe0, 0x03,
0x38, 0x7e,
0x8c, 0xc7,
0x84, 0x70,
0x46, 0x18,
0x02, 0x0c,
0x02, 0x04,
0x02, 0x06,
0x06, 0x03,
0xfc, 0x01,
0x00, 0x00,
0x00, 0x00,
};