#define break_width 32
#define break_height 32
#define break_x_hot 16
#define break_y_hot 15
static short break_bits[] = {
   0x0000, 0x0000, 0x0000, 0x0000,
   0x0000, 0x0000, 0xfe00, 0x007f,
   0xffc0, 0x03ff, 0x00e0, 0x0700,
   0xffe0, 0x07ff, 0xff60, 0x06ff,
   0x0060, 0x3e00, 0x0060, 0x7e00,
   0x0060, 0x6e00, 0x0060, 0x6600,
   0x0060, 0x6600, 0x0060, 0x6600,
   0x0060, 0x6600, 0x0060, 0x3e00,
   0x0060, 0x3e00, 0x00e0, 0x0f00,
   0x00c0, 0x0300, 0x0180, 0x0180,
   0x03b8, 0x1dc0, 0x0f7e, 0x7ef0,
   0xfe0f, 0xf07f, 0xf803, 0xc03f,
   0x0007, 0xe000, 0x000e, 0x7000,
   0xfffc, 0x3fff, 0xfff0, 0x0fff,
   0x0000, 0x0000, 0x0000, 0x0000,
   0x0000, 0x0000, 0x0000, 0x0000};
