Devilution
Diablo devolved - magic behind the 1996 computer game
Macros | Functions | Variables
debug.cpp File Reference
#include "all.h"

Go to the source code of this file.

Macros

#define DEBUGSEEDS   4096
 

Functions

void LoadDebugGFX ()
 
void FreeDebugGFX ()
 
void CheckDungeonClear ()
 

Variables

int seed_index
 
int level_seeds [NUMLEVELS+1]
 
int seed_table [DEBUGSEEDS]
 
BYTE * pSquareCel
 
char dMonsDbg [NUMLEVELS][MAXDUNX][MAXDUNY]
 
char dFlagDbg [NUMLEVELS][MAXDUNX][MAXDUNY]
 

Detailed Description

Implementation of debug functions.

Definition in file debug.cpp.