/* * PARSEC HEADER: r_patch.h */ #ifndef _R_PATCH_H_ #define _R_PATCH_H_ // ---------------------------------------------------------------------------- // RENDERING SUBSYSTEM (R) patching function - // ---------------------------------------------------------------------------- void R_PatchSubSystem( ); void R_InvalidateCachedTexture( TextureMap *tmap ); #endif // _R_PATCH_H_