mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 07:51:20 +00:00
Headerfile addons for win32
This commit is contained in:
parent
a920dc69e8
commit
de1c00194f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue