Molgrum has an odd compiler.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2505 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b95f1f3c76
commit
09a07606ff
1 changed files with 2 additions and 0 deletions
|
@ -381,6 +381,8 @@ int R_LoadTexture(char *name, int width, int height, void *data, void *palette,
|
|||
|
||||
|
||||
|
||||
void GL_ParallelPerspective(double xmin, double xmax, double ymax, double ymin, double znear, double zfar);
|
||||
void GL_InfinatePerspective(double fovx, double fovy, double zNear);
|
||||
|
||||
#if defined(RGLQUAKE) || defined(D3DQUAKE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue