X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=3a2ce94c36ac7255a0fe5e9762e7a0f919821388;hb=918ae5349098985b08774e291d8dc49a65a06294;hp=e545bdcdd3eb0879458d817704dd7c938a3db0a5;hpb=e9e21fdca956febac1bf358aeefb23e3ef93ad6d;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index e545bdcd..3a2ce94c 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -7,14 +7,18 @@ #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__ +//#define __DEBUG_CA__ //#define __DEBUG_PM__ //#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