X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=3a2ce94c36ac7255a0fe5e9762e7a0f919821388;hb=a9fe632397649ac62b1d7febda9a62bc517c5c53;hp=a4a018431848aa3611cd91fedccf76593b6bb2e4;hpb=62a51803dc18b07a6d1c298220c2aaf553c802e7;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index a4a01843..3a2ce94c 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -7,7 +7,9 @@ #include "src/lib/16_tdef.h" #define __DEBUG__ -#define __DEBUG_InputMgr__ + +#ifdef __DEBUG__ +//#define __DEBUG_InputMgr__ #define __DEBUG_MAP__ //#define __DEBUG_2__ //#define __DEBUG_CA__ @@ -15,6 +17,8 @@ //#define __DEBUG_MM__ //#define __DEBUG_RF__ #define __DEBUG_SPRI__ +#define __DEBUG_VL__ +#endif #ifdef __DEBUG__ @@ -22,6 +26,7 @@ extern boolean dbg_debugmm; #endif #ifdef __DEBUG_PM__ +//#define __DEBUG_PM_MAIN__ extern boolean dbg_debugpm; #endif #ifdef __DEBUG_CA__ @@ -43,6 +48,12 @@ extern boolean dbg_delayanimation; #endif #ifdef __WATCOMC__ +typedef struct +{ + word palq,mult; + word palx, paly; + byte i, oi; +} spv_t; # ifdef DEBUGSERIAL # include @@ -64,6 +75,12 @@ static inline int _DEBUG_INIT() { # endif #endif //watcomc -void ShapeTest (global_game_variables_t *gvar); +void ShapeTest_(global_game_variables_t *gvar); +#ifdef __WATCOMC__ +#ifdef __DEBUG_VL__ +spv_t ShowPalVarSync (spv_t *spv); +void ShowPalVal (global_game_variables_t *gvar); +#endif +#endif #endif // _SRC_LIB_16_DBG