/* * PARSEC HEADER: ro_obj.h */ #ifndef _RO_OBJ_H_ #define _RO_OBJ_H_ // ro_obj.c implements the following functions // ------------------------------------------- // void R_RenderObject( GenObject *objectp ); // void R_ReCalcAndRenderObject( GenObject *objectp, const Camera camera ); // void R_DrawWorld( const Camera camera ); // void R_DirectObjectRendering( int flags ); #endif // _RO_OBJ_H_