X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2F16_dbg.h;h=1abc2bce5742dbed9e48252c9fcaddc22be0a960;hb=bb4d13928a126dede13e5ccc3cdb19059ed71b55;hp=58c5a05a33b0f3ecb5f0b9f278dc6a2fa8c728f2;hpb=4423bda56aab2192f037bec035a3412153b2b3a7;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index 58c5a05a..1abc2bce 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -2,6 +2,29 @@ #ifndef _SRC_LIB_16_DBG #define _SRC_LIB_16_DBG +#include "src/lib/16_head.h" +#include "src/lib/16_tdef.h" + +#define __DEBUG__ +#define __DEBUG_InputMgr__ +#define __DEBUG_MAP__ +//#define __DEBUG_PM__ +//#define __DEBUG_MM__ + + +#ifdef __DEBUG__ +#ifdef __DEBUG_PM__ +extern boolean dbg_debugpm; +#endif +#ifdef __DEBUG_InputMgr__ +extern boolean dbg_testkeyin,dbg_testcontrolnoisy,dbg_nointest; +#endif +#ifdef __DEBUG_MAP__ +extern boolean dbg_maptext; +extern byte *dbg_mapdata; +#endif +#endif + # ifdef DEBUGSERIAL # include