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

22 lines
294 B
Plaintext

#define arrow_b_width 16
#define arrow_b_height 16
static char arrow_b_bits[] = {
0x18, 0x00,
0x18, 0x00,
0x3c, 0x00,
0x3c, 0x00,
0x7e, 0x00,
0x7e, 0x00,
0xff, 0x00,
0xdb, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
};