#define mine_width 16
#define mine_height 16
static char mine_bits[] = {
   0x00, 0x00, 0x00, 0x38, 0x00, 0x3e, 0x00, 0x33, 0xc0, 0x31, 0x60, 0x30,
   0x60, 0x30, 0xc0, 0x31, 0x00, 0x33, 0x00, 0x3e, 0x00, 0x38, 0x00, 0x30,
   0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x00};
