/* * PARSEC HEADER: ro_patch.h */ #ifndef _RO_PATCH_H_ #define _RO_PATCH_H_ // ro_patch.c implements the following functions // --------------------------------------------- // void R_PatchSubSystem( ); // void R_InvalidateCachedTexture( TextureMap *tmap ); #endif // _RO_PATCH_H_