diff options
Diffstat (limited to 'src/renderer/tr_public.h')
-rw-r--r-- | src/renderer/tr_public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer/tr_public.h b/src/renderer/tr_public.h index eac2cd29..a6c72893 100644 --- a/src/renderer/tr_public.h +++ b/src/renderer/tr_public.h @@ -71,6 +71,7 @@ typedef struct { void (*RenderScene)( const refdef_t *fd ); void (*SetColor)( const float *rgba ); // NULL = 1,1,1,1 + void (*SetClipRegion)( const float *region ); void (*DrawStretchPic) ( float x, float y, float w, float h, float s1, float t1, float s2, float t2, qhandle_t hShader ); // 0 = white |