mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Moved up #ifdef RGLQUAKE so glquake.h isn't included for sw only builds.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1058 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
76350b3463
commit
3190345f6e
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
#ifdef RGLQUAKE
|
||||
|
||||
#include "quakedef.h"
|
||||
#include "glquake.h"
|
||||
|
||||
|
@ -85,8 +87,6 @@ extern model_t *loadmodel;
|
|||
extern char loadname[];
|
||||
|
||||
|
||||
#ifdef RGLQUAKE
|
||||
|
||||
#ifdef _MSC_VER
|
||||
//#pragma comment (lib, "../../../glbsp/glbsp-2.05/plugin/libglbsp.a")
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue