#define action_mask_width 16
#define action_mask_height 16
static char action_mask_bits[] = {
 0xc0,0x01,0xe0,0x03,0xf0,0x07,0xa0,0x02,0xc0,0x01,0xc0,0x01,0x80,0x00,0xc0,
 0x01,0x80,0x00,0xc0,0x01,0xc0,0x01,0xa0,0x02,0xf0,0x07,0xe0,0x03,0xc0,0x01,
 0x80,0x00};
