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

22 lines
294 B
Plaintext

#define confirm_width 16
#define confirm_height 16
static char confirm_bits[] = {
0x00, 0x70,
0xe0, 0xf8,
0xc0, 0xe8,
0xce, 0xf6,
0xdf, 0x73,
0xdb, 0x31,
0xdb, 0x03,
0xdf, 0x36,
0xee, 0x3f,
0x00, 0x00,
0x00, 0x80,
0x00, 0xc0,
0x29, 0x65,
0xc6, 0x3c,
0xc6, 0x18,
0x29, 0x09,
};