X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=3a2ce94c36ac7255a0fe5e9762e7a0f919821388;hb=a9fe632397649ac62b1d7febda9a62bc517c5c53;hp=295b7146b9d96abea20ad1a38d0905dd19b5f36d;hpb=050d28da3358d5c1434fda542ec11adbee182ea5;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index 295b7146..3a2ce94c 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -7,6 +7,8 @@ #include "src/lib/16_tdef.h" #define __DEBUG__ + +#ifdef __DEBUG__ //#define __DEBUG_InputMgr__ #define __DEBUG_MAP__ //#define __DEBUG_2__ @@ -15,6 +17,8 @@ //#define __DEBUG_MM__ //#define __DEBUG_RF__ #define __DEBUG_SPRI__ +#define __DEBUG_VL__ +#endif #ifdef __DEBUG__ @@ -44,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 @@ -66,5 +76,11 @@ static inline int _DEBUG_INIT() { #endif //watcomc 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