r_efrag.c is almost client.h free

This commit is contained in:
Bill Currie 2001-05-20 01:58:59 +00:00
parent aa09f5ce7a
commit e0512e4af3
8 changed files with 62 additions and 46 deletions

View file

@ -33,6 +33,8 @@
#include "d_iface.h"
#define MAX_EFRAGS 640
#define MAXVERTS 16 // max points in a surface polygon
#define MAXWORKINGVERTS (MAXVERTS+4) // max points in an intermediate
// polygon (while processing)