X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=06c3fccf07f87b9e061914129fcdcc3f02f904ec;hb=25753e20d43e1ebedfc22ec9e94e6c88b4324c7b;hp=d02abb39dcaf1772ac18b6c503da23d84f29f0d7;hpb=cf4f57eb4f84e32edaaa7ae9e3233c335041a300;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index d02abb39..06c3fccf 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -2,10 +2,24 @@ #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_PM__ //#define __DEBUG_MM__ + +#ifdef __DEBUG__ +#ifdef __DEBUG_PM__ +extern boolean dbg_debugpm; +#endif +#ifdef __DEBUG_InputMgr__ +extern boolean dbg_testkeyin,dbg_testcontrolnoisy; +#endif +#endif + # ifdef DEBUGSERIAL # include