0
0
Fork 0
mirror of https://github.com/nzp-team/fteqw.git synced 2025-03-02 06:53:06 +00:00

Removed unused #include "glquake.h"

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1059 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2005-05-27 17:59:56 +00:00
parent 3190345f6e
commit 55fba7d181
2 changed files with 0 additions and 2 deletions
engine
client
common

View file

@ -1152,7 +1152,6 @@ breakout:
} }
} }
#include "glquake.h"
/* /*
================ ================
Con_DrawConsole Con_DrawConsole

View file

@ -603,7 +603,6 @@ void Q1BSP_FragmentToMesh (fragmentdecal_t *dec, mesh_t *mesh)
} }
} }
#include "glquake.h"
void Q1BSP_ClipDecalToNodes (fragmentdecal_t *dec, mnode_t *node) void Q1BSP_ClipDecalToNodes (fragmentdecal_t *dec, mnode_t *node)
{ {
mplane_t *splitplane; mplane_t *splitplane;