aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
diff options
context:
space:
mode:
authorGregory Montoir2007-09-27 20:38:23 +0000
committerGregory Montoir2007-09-27 20:38:23 +0000
commitd8831b44da24c16eef5fcc368d8d54953f0c60b5 (patch)
treea7f860ac63e73565fa0cf4628da0f6417afba230 /engines/touche/touche.h
parentc1eacc03571b9afbedd188fbf26ff115dbf8e393 (diff)
downloadscummvm-rg350-d8831b44da24c16eef5fcc368d8d54953f0c60b5.tar.gz
scummvm-rg350-d8831b44da24c16eef5fcc368d8d54953f0c60b5.tar.bz2
scummvm-rg350-d8831b44da24c16eef5fcc368d8d54953f0c60b5.zip
simplified touche savegame listing
svn-id: r29112
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();