mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +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:
parent
3190345f6e
commit
55fba7d181
2 changed files with 0 additions and 2 deletions
|
@ -1152,7 +1152,6 @@ breakout:
|
|||
}
|
||||
}
|
||||
|
||||
#include "glquake.h"
|
||||
/*
|
||||
================
|
||||
Con_DrawConsole
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
mplane_t *splitplane;
|
||||
|
|
Loading…
Reference in a new issue