X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=1abc2bce5742dbed9e48252c9fcaddc22be0a960;hb=d799ef823a8b57ba6c783ed323430254083158be;hp=1454e091a463ba56737757b3ffa6562fc6b45a3c;hpb=ede5cec5321f853b0c9c3485ee5cd08fb4086985;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index 1454e091..1abc2bce 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -2,16 +2,26 @@ #ifndef _SRC_LIB_16_DBG #define _SRC_LIB_16_DBG -//#define __DEBUG__ +#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=0; +extern boolean dbg_debugpm; #endif #ifdef __DEBUG_InputMgr__ -extern boolean dbg_testkeyin=0,dbg_testcontrolnoisy=0; +extern boolean dbg_testkeyin,dbg_testcontrolnoisy,dbg_nointest; +#endif +#ifdef __DEBUG_MAP__ +extern boolean dbg_maptext; +extern byte *dbg_mapdata; #endif #endif