0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-23 10:01:13 +00:00

Remove client.h from sw_rsurf.c. Prepare gl_rsurf.c for same.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-05-21 03:39:41 +00:00
parent a9c9a46c37
commit 4d09685df7
4 changed files with 4 additions and 2 deletions

View file

@ -42,6 +42,7 @@
#include "QF/compat.h"
#include "QF/sys.h"
#include "QF/render.h"
#include "client.h"
#include "glquake.h"

View file

@ -30,9 +30,9 @@
# include "config.h"
#endif
#include "QF/render.h"
#include "QF/sys.h"
#include "client.h"
#include "r_local.h"
drawsurf_t r_drawsurf;

View file

@ -41,6 +41,7 @@
#include <stdio.h>
#include "QF/compat.h"
#include "QF/render.h"
#include "QF/sys.h"
#include "client.h"

View file

@ -30,9 +30,9 @@
# include "config.h"
#endif
#include "QF/render.h"
#include "QF/sys.h"
#include "client.h"
#include "r_local.h"
drawsurf_t r_drawsurf;