aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/touche.h')
-rw-r--r--engines/touche/touche.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h
index f1f8d3bd6e..5c27f58c92 100644
--- a/engines/touche/touche.h
+++ b/engines/touche/touche.h
@@ -327,7 +327,8 @@ enum {
kCursorWidth = 58,
kCursorHeight = 42,
kTextHeight = 16,
- kMaxProgramDataSize = 61440
+ kMaxProgramDataSize = 61440,
+ kMaxSaveStates = 100
};
class MidiPlayer;
@@ -490,6 +491,7 @@ protected:
bool loadGameState(int num);
void readGameStateDescription(int num, char *description, int len);
void generateGameStateFileName(int num, char *dst, int len, bool prefixOnly = false) const;
+ int getGameStateFileSlot(const char *filename) const;
void setupOpcodes();
void op_nop();