Save/load: Add extra cheats savegame chunk

This commit is contained in:
Jonathan G Rennison
2020-04-18 10:51:02 +01:00
parent 17f25690eb
commit 3e7618f519
6 changed files with 130 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
#include "cheat_type.h"
extern Cheats _cheats;
extern ExtraCheats _extra_cheats;
void ShowCheatWindow();