Browse Source

Cleanup debug.h

pull/910/head
Anders Jenbo 5 years ago
parent
commit
926b2ee2ae
  1. 4
      Source/debug.h

4
Source/debug.h

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

Loading…
Cancel
Save