Headerfile addons for win32

This commit is contained in:
Danne 2000-05-21 12:51:42 +00:00
parent a920dc69e8
commit de1c00194f
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@
#include "quakedef.h"
#include "r_local.h"
#include "d_local.h"
#include "bothdefs.h"
// TODO: put in span spilling to shrink list size
// !!! if this is changed, it must be changed in d_polysa.s too !!!
#define DPS_MAXSPANS MAXHEIGHT+1

View file

@ -33,7 +33,7 @@
#include <math.h>
#include "qtypes.h"
#include "mathlib.h"
#include "model.h"
void Sys_Error (char *error, ...);
vec3_t vec3_origin = {0,0,0};