|
Devilution
Diablo devolved - magic behind the 1996 computer game
|
#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] |
Implementation of debug functions.
Definition in file debug.cpp.
1.8.17