#define vertMask_width 16
#define vertMask_height 16
#define vertMask_x_hot 7
#define vertMask_y_hot 7
static short vertMask_bits[] = {
   0x03c0, 0x07e0, 0x0ff0, 0x1ff8,
   0x1ff8, 0x1ff8, 0xffff, 0xffff,
   0xffff, 0x1ff8, 0x1ff8, 0x1ff8,
   0x0ff0, 0x07e0, 0x03c0, 0x0000};
