X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=295b7146b9d96abea20ad1a38d0905dd19b5f36d;hp=a4a018431848aa3611cd91fedccf76593b6bb2e4;hb=050d28da3358d5c1434fda542ec11adbee182ea5;hpb=62a51803dc18b07a6d1c298220c2aaf553c802e7 diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index a4a01843..295b7146 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -7,7 +7,7 @@ #include "src/lib/16_tdef.h" #define __DEBUG__ -#define __DEBUG_InputMgr__ +//#define __DEBUG_InputMgr__ #define __DEBUG_MAP__ //#define __DEBUG_2__ //#define __DEBUG_CA__ @@ -22,6 +22,7 @@ extern boolean dbg_debugmm; #endif #ifdef __DEBUG_PM__ +//#define __DEBUG_PM_MAIN__ extern boolean dbg_debugpm; #endif #ifdef __DEBUG_CA__ @@ -64,6 +65,6 @@ static inline int _DEBUG_INIT() { # endif #endif //watcomc -void ShapeTest (global_game_variables_t *gvar); +void ShapeTest_(global_game_variables_t *gvar); #endif // _SRC_LIB_16_DBG