X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=a500b9b211c64c12fb65a11f4ae2f79ee4bd8e37;hb=fd22359b3cf8abccf814365b79906b15a98c8e4e;hp=6983524e7823d694af14c9e6c8fbdcebc8e719f4;hpb=d09e91b0ef220dbfd79d1aa8470668f16c0b6e24;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index 6983524e..a500b9b2 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -23,14 +23,14 @@ #ifndef _SRC_LIB_16_DBG #define _SRC_LIB_16_DBG -#include "src/lib/16_head.h" +//#include "src/lib/16_head.h" #include "src/lib/16_pm.h" -#include "src/lib/16_tdef.h" +//#include "src/lib/16_tdef.h" #define __DEBUG__ #ifdef __DEBUG__ -//#define __DEBUG_InputMgr__ +#define __DEBUG_InputMgr__ #define __DEBUG_MAP__ //#define __DEBUG_2__ //#define __DEBUG_CA__ @@ -54,7 +54,7 @@ extern boolean dbg_debugpm; extern boolean dbg_debugca; #endif #ifdef __DEBUG_InputMgr__ -extern boolean dbg_testkeyin,dbg_testcontrolnoisy,dbg_nointest; +extern boolean dbg_testkeyin,dbg_testcontrolnoisy,dbg_nointest,dbg_joymousedelta; #endif #ifdef __DEBUG_MAP__ extern boolean dbg_maptext;