clean up some nasty dependencies

This commit is contained in:
Bill Currie 2001-05-10 03:16:29 +00:00
parent 5864e85048
commit 00f6e26419
4 changed files with 4 additions and 5 deletions

View file

@ -31,7 +31,7 @@
#include "QF/mathlib.h" #include "QF/mathlib.h"
#include "QF/model.h" #include "QF/model.h"
#include "render.h" #include "QF/vid.h"
#define WARP_WIDTH 320 #define WARP_WIDTH 320
#define WARP_HEIGHT 200 #define WARP_HEIGHT 200

View file

@ -30,6 +30,7 @@
#define __r_shared_h #define __r_shared_h
#include "d_iface.h" #include "d_iface.h"
#include "render.h"
#ifndef GLQUAKE #ifndef GLQUAKE

View file

@ -31,7 +31,7 @@
#include "QF/mathlib.h" #include "QF/mathlib.h"
#include "QF/model.h" #include "QF/model.h"
#include "render.h" #include "QF/vid.h"
#define WARP_WIDTH 320 #define WARP_WIDTH 320
#define WARP_HEIGHT 200 #define WARP_HEIGHT 200

View file

@ -31,10 +31,8 @@
#ifndef _R_SHARED_H #ifndef _R_SHARED_H
#define _R_SHARED_H #define _R_SHARED_H
#include "QF/mathlib.h"
#include "QF/cvar.h"
#include "QF/model.h"
#include "d_iface.h" #include "d_iface.h"
#include "render.h"
#define MAXVERTS 16 // max points in a surface polygon #define MAXVERTS 16 // max points in a surface polygon
#define MAXWORKINGVERTS (MAXVERTS+4) // max points in an intermediate #define MAXWORKINGVERTS (MAXVERTS+4) // max points in an intermediate