#define enforcer_mask_dead_width 30
#define enforcer_mask_dead_height 15
static unsigned char enforcer_mask_dead_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x60, 0x00,
   0x00, 0x10, 0xf8, 0x00, 0xc0, 0x53, 0xfe, 0x00, 0xe0, 0x3f, 0xff, 0x00,
   0xe0, 0xff, 0xff, 0x20, 0xce, 0xff, 0xff, 0x31, 0xdf, 0xff, 0xff, 0x1b,
   0xdf, 0xff, 0xfd, 0x1f, 0xdf, 0xff, 0xf0, 0x0f, 0x9f, 0xf7, 0xf0, 0x0e};
