From 00404a70131729ff9fb3299603ca608ae92b14d6 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Wed, 27 Feb 2013 15:35:02 -0600 Subject: Move noise function declations to tr_common.h tr_noise.c is in renderercommon directory, so declare them in header there too. --- src/renderercommon/tr_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/renderercommon') 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 ); /* ==================================================================== -- cgit