Compile dammit!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1012 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e348dc30a2
commit
9a4633b19f
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
#include "quakedef.h"
|
#include "quakedef.h"
|
||||||
#include "glquake.h"
|
#include "glquake.h"
|
||||||
|
|
||||||
#include "doommap.h"
|
|
||||||
|
|
||||||
#ifdef DOOMWADS
|
#ifdef DOOMWADS
|
||||||
|
|
||||||
|
#include "doommap.h"
|
||||||
|
|
||||||
vec_t VectorNormalize2 (vec3_t v, vec3_t out);
|
vec_t VectorNormalize2 (vec3_t v, vec3_t out);
|
||||||
int SignbitsForPlane (mplane_t *out);
|
int SignbitsForPlane (mplane_t *out);
|
||||||
int PlaneTypeForNormal ( vec3_t normal );
|
int PlaneTypeForNormal ( vec3_t normal );
|
||||||
|
|
Loading…
Reference in a new issue