blob: e4642f8b348248ecee52cb8b21cc320cada4ecf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* 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_
|