mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
#define confirm2_width 16
|
|
#define confirm2_height 16
|
|
static char confirm2_bits[] = {
|
|
0x00, 0x70,
|
|
0xe0, 0xf8,
|
|
0xc0, 0xc8,
|
|
0xce, 0xe6,
|
|
0xdf, 0x73,
|
|
0xdb, 0x31,
|
|
0xdb, 0x03,
|
|
0xdf, 0x36,
|
|
0xce, 0x36,
|
|
0x00, 0x00,
|
|
0x00, 0x08,
|
|
0x40, 0x0c,
|
|
0x49, 0x96,
|
|
0xc6, 0x63,
|
|
0xc6, 0x61,
|
|
0xc9, 0x90,
|
|
|
|
};
|