aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/mads.h')
-rw-r--r--engines/mads/mads.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/mads/mads.h b/engines/mads/mads.h
index 4ea0758f88..f13b3b9008 100644
--- a/engines/mads/mads.h
+++ b/engines/mads/mads.h
@@ -119,6 +119,16 @@ public:
int getRandomNumber(int maxNumber);
int getRandomNumber(int minNumber, int maxNumber);
int hypotenuse(int xv, int yv);
+
+ /**
+ * Returns true if it is currently okay to restore a game
+ */
+ bool canLoadGameStateCurrently();
+
+ /**
+ * Returns true if it is currently okay to save the game
+ */
+ bool canSaveGameStateCurrently();
};
} // End of namespace MADS