typedef struct box_s { GsDOBJ2 handler; u_long tmd_address; int which_model; VECTOR local_position; SVECTOR local_rotation; GsCOORDINATE2 local_coord; VECTOR world_position; SVECTOR world_rotation; GsCOORDINATE2 world_coord; } box_t; extern box_t box1; void box_init( void ); void box_execute( u_long ); void box_draw( void ); void box_init_object( box_t * ); void box_local_update( box_t * ); void box_world_update( box_t * ); void box_drawbox( box_t * ); void box_fixup( void );