]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/inout.h
Centralise compile checks
[xonotic/netradiant.git] / tools / quake3 / common / inout.h
index 4efe0dacb05953cf6b8cfe838ea42f75ba5ffb2e..10d399f7b75fbddce2cb46844fc2a36ae4179d81 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef __INOUT__
 #define __INOUT__
 
+#include "globaldefs.h"
 // inout is the only stuff relying on xml, include the headers there
 #include "libxml/tree.h"
 #include "mathlib.h"
@@ -51,7 +52,7 @@ extern qboolean verbose;
 void Sys_Printf( const char *text, ... );
 void Sys_FPrintf( int flag, const char *text, ... );
 
-#ifdef _DEBUG
+#if GDEF_DEBUG
 #define DBG_XML 1
 #endif