diff options
author | Zack Middleton <zturtleman@gmail.com> | 2013-02-27 15:35:02 -0600 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-19 16:41:14 +0000 |
commit | 00404a70131729ff9fb3299603ca608ae92b14d6 (patch) | |
tree | 536104183b86366db077a3419132fe09a0a69aa2 /src/renderercommon/tr_common.h | |
parent | a926f9bde4bf5f882c9ad38609a4c13b25bd88bc (diff) |
Move noise function declations to tr_common.h
tr_noise.c is in renderercommon directory, so declare them in header there too.
Diffstat (limited to 'src/renderercommon/tr_common.h')
-rw-r--r-- | src/renderercommon/tr_common.h | 2 |
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 ); /* ==================================================================== |