aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
diff options
context:
space:
mode:
authorChristopher Page2008-07-29 06:04:16 +0000
committerChristopher Page2008-07-29 06:04:16 +0000
commit50b7e5aa0d7f7df3b750ed683a9e5fed83b91ce7 (patch)
tree14681fad71453866c2e4179d8d6c8b6472d758b4 /engines/touche/touche.h
parentcf97920930df19581c2d5f1a169facdd9a3811ef (diff)
downloadscummvm-rg350-50b7e5aa0d7f7df3b750ed683a9e5fed83b91ce7.tar.gz
scummvm-rg350-50b7e5aa0d7f7df3b750ed683a9e5fed83b91ce7.tar.bz2
scummvm-rg350-50b7e5aa0d7f7df3b750ed683a9e5fed83b91ce7.zip
Added --list-saves support for TOUCHE
svn-id: r33398
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 f5ac492550..90ab9933bd 100644
--- a/engines/touche/touche.h
+++ b/engines/touche/touche.h
@@ -328,7 +328,9 @@ enum {
kCursorHeight = 42,
kTextHeight = 16,
kMaxProgramDataSize = 61440,
- kMaxSaveStates = 100
+ kMaxSaveStates = 100,
+ kGameStateDescriptionLen = 32, // Need these two values defined here
+ kCurrentGameStateVersion = 6 // for --list-saves support
};
class MidiPlayer;