mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
22 lines
294 B
Plaintext
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,
|
|
|
|
};
|