#define sidewinder_width 16
#define sidewinder_height 16
static char sidewinder_bits[] = {
   0xc3, 0xc3, 0xf0, 0xf0, 0x3c, 0x3c, 0x0e, 0x0e, 0x0e, 0x0e, 0x0e, 0x0e,
   0x3c, 0x3c, 0xf0, 0xf1, 0xc3, 0xc3, 0x0f, 0x0f, 0x3c, 0x3c, 0x70, 0x70,
   0x70, 0x70, 0x70, 0x70, 0x3c, 0x3c, 0x0f, 0x0f};
