/* * PARSEC HEADER: ro_sfx.h */ #ifndef _RO_SFX_H_ #define _RO_SFX_H_ // ro_sfx.c implements the following functions // ------------------------------------------- // void R_DrawLensFlare(); // void R_DrawPanorama(); // void R_DrawPlanet( PlanetObject *planet ); #endif // _RO_SFX_H_