Implement debug seed sync
This commit is contained in:
parent
26d7327b1f
commit
c3630c6a55
2 changed files with 66 additions and 0 deletions
|
|
@ -8,6 +8,12 @@ extern char dFlagDbg[NUMLEVELS][MAXDUNX][MAXDUNY];
|
|||
|
||||
void LoadDebugGFX();
|
||||
void FreeDebugGFX();
|
||||
#ifdef _DEBUG
|
||||
void init_seed_desync();
|
||||
void seed_desync_index_get();
|
||||
void seed_desync_index_set();
|
||||
void seed_desync_check(int seed);
|
||||
#endif
|
||||
void CheckDungeonClear();
|
||||
#ifdef _DEBUG
|
||||
void GiveGoldCheat();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue