summaryrefslogtreecommitdiff
path: root/src/renderercommon
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderercommon')
-rw-r--r--src/renderercommon/tr_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/renderercommon/tr_common.h b/src/renderercommon/tr_common.h
index f751f7a3..4bca7e4e 100644
--- a/src/renderercommon/tr_common.h
+++ b/src/renderercommon/tr_common.h
@@ -67,6 +67,8 @@ extern cvar_t *r_stereoEnabled;
qboolean R_GetModeInfo( int *width, int *height, float *windowAspect, int mode );
+float R_NoiseGet4f( float x, float y, float z, float t );
+void R_NoiseInit( void );
/*
====================================================================