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

22 lines
297 B
Plaintext

#define confirm1_width 16
#define confirm1_height 16
static char confirm1_bits[] = {
0x00, 0x70,
0xe0, 0xf8,
0xc0, 0xc8,
0xce, 0xe6,
0xdf, 0x73,
0xdb, 0x31,
0xdb, 0x03,
0xdf, 0x36,
0xce, 0x36,
0x00, 0x00,
0x20, 0x00,
0x31, 0x00,
0x59, 0x92,
0x8f, 0x61,
0x87, 0x61,
0x43, 0x92,
};