X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=3d7ef4afe9690e4912e3f18cf8d7af65d1a44c59;hb=dfbeccb03ffc0950d412e283c64a50b1aa49230c;hp=d02abb39dcaf1772ac18b6c503da23d84f29f0d7;hpb=cf4f57eb4f84e32edaaa7ae9e3233c335041a300;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index d02abb39..3d7ef4af 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -2,10 +2,38 @@ #ifndef _SRC_LIB_16_DBG #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_nointest; +#endif +#ifdef __DEBUG_MAP__ +extern boolean dbg_maptext; +extern byte *dbg_mapdata; +#endif +#endif + +#ifdef __WATCOMC__ # ifdef DEBUGSERIAL # include @@ -25,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