#define bomb_width 16
#define bomb_height 16
static char bomb_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x80, 0x08, 0x40, 0x10,
   0x40, 0x10, 0xe0, 0x20, 0xf8, 0x2b, 0x18, 0xa3, 0xdc, 0x57, 0x9c, 0x07,
   0x7c, 0x07, 0x98, 0x03, 0xf8, 0x03, 0xe0, 0x00};
