#define unfoundMine_width 16
#define unfoundMine_height 16
static char unfoundMine_bits[] = {
   0x00, 0x00, 0x00, 0x03, 0x80, 0x01, 0xe0, 0x03, 0x98, 0x0c, 0x84, 0x10,
   0x04, 0x10, 0x02, 0x20, 0x02, 0x20, 0x02, 0x20, 0x02, 0x20, 0x02, 0x20,
   0x04, 0x10, 0x04, 0x10, 0x18, 0x0c, 0xe0, 0x03};
