|
|
|
|
@ -7,8 +7,6 @@
|
|
|
|
|
#define __DEBUG_H__ |
|
|
|
|
|
|
|
|
|
extern BYTE *pSquareCel; |
|
|
|
|
extern char dMonsDbg[NUMLEVELS][MAXDUNX][MAXDUNY]; |
|
|
|
|
extern char dFlagDbg[NUMLEVELS][MAXDUNX][MAXDUNY]; |
|
|
|
|
|
|
|
|
|
void LoadDebugGFX(); |
|
|
|
|
void FreeDebugGFX(); |
|
|
|
|
@ -24,11 +22,9 @@ void GiveGoldCheat();
|
|
|
|
|
void StoresCheat(); |
|
|
|
|
void TakeGoldCheat(); |
|
|
|
|
void MaxSpellsCheat(); |
|
|
|
|
void SetSpellLevelCheat(char spl, int spllvl); |
|
|
|
|
void SetAllSpellsCheat(); |
|
|
|
|
void PrintDebugPlayer(BOOL bNextPlayer); |
|
|
|
|
void PrintDebugQuest(); |
|
|
|
|
void PrintDebugMonster(int m); |
|
|
|
|
void GetDebugMonster(); |
|
|
|
|
void NextDebugMonster(); |
|
|
|
|
#endif |
|
|
|
|
|