mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-12 23:44:39 +00:00
Only include glquake.h if we're actually building a GL renderer.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1194 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5e3d74c8f9
commit
c43ca67df6
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
#include "quakedef.h"
|
#include "quakedef.h"
|
||||||
#if defined(RGLQUAKE) || defined(SERVERONLY)
|
#ifdef RGLQUAKE
|
||||||
#include "glquake.h"
|
#include "glquake.h"
|
||||||
|
#endif
|
||||||
|
#if defined(RGLQUAKE) || defined(SERVERONLY)
|
||||||
#include "shader.h"
|
#include "shader.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue