mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 00:20:59 +00:00
Move noise function declations to tr_common.h
tr_noise.c is in renderercommon directory, so declare them in header there too.
This commit is contained in:
parent
eb7e554c46
commit
c7059fbf28
3 changed files with 2 additions and 6 deletions
|
@ -1103,9 +1103,6 @@ extern cvar_t *r_marksOnTriangleMeshes;
|
|||
|
||||
//====================================================================
|
||||
|
||||
float R_NoiseGet4f( float x, float y, float z, float t );
|
||||
void R_NoiseInit( void );
|
||||
|
||||
void R_SwapBuffers( int );
|
||||
|
||||
void R_RenderView( viewParms_t *parms );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue