#define grenades_mask_width 14
#define grenades_mask_height 6
static unsigned char grenades_mask_bits[] = {
   0xfc, 0x1f, 0x07, 0x30, 0x07, 0x1c, 0xff, 0x1f, 0xdc, 0x1d, 0xdc, 0x0d};
