#define rotobject_width 16
#define rotobject_height 16
#define rotobject_x_hot 0
#define rotobject_y_hot 0
static char rotobject_bits[] = {
   0x01, 0x00, 0x03, 0x00, 0x07, 0x00, 0x0d, 0x00, 0x19, 0x00, 0x31, 0x00,
   0x79, 0x00, 0x0f, 0x00, 0x1b, 0xf0, 0x19, 0xc0, 0x30, 0xa0, 0x30, 0x92,
   0x60, 0x0a, 0x60, 0x06, 0xc0, 0x1e, 0xc0, 0x00};
