From 926b2ee2ae779b40106db1d9b9c80fe9ad20f0bb Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 2 Nov 2020 02:56:37 +0100 Subject: [PATCH] Cleanup debug.h --- Source/debug.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/debug.h b/Source/debug.h index 439fc9c8a..ea06f7da6 100644 --- a/Source/debug.h +++ b/Source/debug.h @@ -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