forked from fte/fteqw
1
0
Fork 0

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:
Spoike 2007-05-26 01:27:52 +00:00
parent b95f1f3c76
commit 09a07606ff
1 changed files with 2 additions and 0 deletions

View File

@ -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)