X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.c;h=7ba768df6402d5c3b33dfefb09afdc9b6d529cf2;hb=1159fe5a6cd0f8eaeee6e8584f5972d42e004073;hp=7766a1d443592a49cc64c032d357fa02e1a6584f;hpb=4423bda56aab2192f037bec035a3412153b2b3a7;p=16.git diff --git a/src/lib/16_dbg.c b/src/lib/16_dbg.c index 7766a1d4..7ba768df 100755 --- a/src/lib/16_dbg.c +++ b/src/lib/16_dbg.c @@ -1,5 +1,18 @@ +#include "src/lib/16_dbg.h" + +#ifdef __DEBUG__ +#ifdef __DEBUG_PM__ +boolean dbg_debugpm=0; +#endif +#ifdef __DEBUG_InputMgr__ +boolean dbg_testkeyin=0,dbg_testcontrolnoisy=0,dbg_notest=0; +#endif +#ifdef __DEBUG_MAP__ +boolean dbg_maptext=0; +byte *dbg_mapdata; +#endif +#endif -#include "src/16.h" // TODO: Could we also provide a build mode to emit debug to the "Bochs E9 hack?" #ifdef DEBUGSERIAL