X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake3%2Fcommon%2Finout.h;h=eae54d3baffd26e1db521551c428d39ff8c37914;hb=131c36f6be58bba507a42f767533b061b721dfec;hp=4efe0dacb05953cf6b8cfe838ea42f75ba5ffb2e;hpb=62d99f889c0e98be65f779d3983109c84ce58cec;p=xonotic%2Fnetradiant.git diff --git a/tools/quake3/common/inout.h b/tools/quake3/common/inout.h index 4efe0dac..eae54d3b 100644 --- a/tools/quake3/common/inout.h +++ b/tools/quake3/common/inout.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1999-2006 Id Software, Inc. and contributors. + Copyright (C) 1999-2007 id Software, Inc. and contributors. For a list of contributors, see the accompanying CONTRIBUTORS file. This file is part of GtkRadiant. @@ -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