aboutsummaryrefslogtreecommitdiffstats
path: root/src/save/GenericGameStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/save/GenericGameStorage.h')
-rw-r--r--src/save/GenericGameStorage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/save/GenericGameStorage.h b/src/save/GenericGameStorage.h
index 2d83385b..069ba7cd 100644
--- a/src/save/GenericGameStorage.h
+++ b/src/save/GenericGameStorage.h
@@ -42,3 +42,9 @@ extern uint32 TimeToStayFadedBeforeFadeOut;
extern char SaveFileNameJustSaved[260]; // 8F2570
const char TopLineEmptyFile[] = "THIS FILE IS NOT VALID YET";
+
+#ifdef MISSION_REPLAY
+extern int8 IsQuickSave; // originally int
+
+bool SaveGameForPause(int);
+#endif