#define wrongMine_width 16
#define wrongMine_height 16
static char wrongMine_bits[] = {
   0x03, 0xc0, 0x07, 0xf8, 0x0e, 0x7e, 0x1c, 0x3b, 0xd8, 0x39, 0x60, 0x34,
   0x60, 0x32, 0xc0, 0x31, 0x80, 0x33, 0x40, 0x3e, 0x20, 0x3c, 0x18, 0x38,
   0x1c, 0x38, 0x0e, 0x70, 0x07, 0xf0, 0x03, 0xc0};
