X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=3d7ef4afe9690e4912e3f18cf8d7af65d1a44c59;hb=5c33a30248aff1745430cd0e926c343242e4c889;hp=823e727204eb072d0b5130abcb584e9a1e7ef645;hpb=b79af85b8e5b6ff94341b85ea2de8a5dfb9080f5;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index 823e7272..3d7ef4af 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -3,21 +3,29 @@ #define _SRC_LIB_16_DBG #include "src/lib/16_head.h" +#include "src/lib/16_pm.h" #include "src/lib/16_tdef.h" #define __DEBUG__ #define __DEBUG_InputMgr__ #define __DEBUG_MAP__ +//#define __DEBUG_CA__ //#define __DEBUG_PM__ //#define __DEBUG_MM__ #ifdef __DEBUG__ +#ifdef __DEBUG_MM__ +extern boolean dbg_debugmm; +#endif #ifdef __DEBUG_PM__ extern boolean dbg_debugpm; #endif +#ifdef __DEBUG_CA__ +extern boolean dbg_debugca; +#endif #ifdef __DEBUG_InputMgr__ -extern boolean dbg_testkeyin,dbg_testcontrolnoisy,dbg_notest; +extern boolean dbg_testkeyin,dbg_testcontrolnoisy,dbg_nointest; #endif #ifdef __DEBUG_MAP__ extern boolean dbg_maptext; @@ -25,6 +33,7 @@ extern byte *dbg_mapdata; #endif #endif +#ifdef __WATCOMC__ # ifdef DEBUGSERIAL # include @@ -44,5 +53,8 @@ static inline int _DEBUG_INIT() { return -1; } # endif -#endif // _SRC_LIB_16_DBG +#endif //watcomc +void ShapeTest (global_game_variables_t *gvar); + +#endif // _SRC_LIB_16_DBG