#define mutants_width 16
#define mutants_height 16
static char mutants_bits[] = {
   0xff, 0xff, 0x1f, 0xfc, 0x07, 0xf0, 0xc3, 0xe1, 0x23, 0xe2, 0xa1, 0xc2,
   0xe1, 0xc3, 0xc1, 0xc1, 0x01, 0xc0, 0x09, 0xc8, 0x13, 0xe4, 0xe3, 0xe3,
   0x07, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0xff, 0xff};
