aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
diff options
context:
space:
mode:
authorJoost Peters2003-11-09 21:31:18 +0000
committerJoost Peters2003-11-09 21:31:18 +0000
commitb64c6fcbfc0898f8eb881f551e55d6695cc5dfd7 (patch)
tree5a536742f1b3ba1dd539e4a34f059b7f76d53eee /queen/defs.h
parent1b6e9a9b0099774efb1a80baf29275cca1075ebe (diff)
downloadscummvm-rg350-b64c6fcbfc0898f8eb881f551e55d6695cc5dfd7.tar.gz
scummvm-rg350-b64c6fcbfc0898f8eb881f551e55d6695cc5dfd7.tar.bz2
scummvm-rg350-b64c6fcbfc0898f8eb881f551e55d6695cc5dfd7.zip
Added (quick-)Saving/Loading
svn-id: r11230
Diffstat (limited to 'queen/defs.h')
-rw-r--r--queen/defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/queen/defs.h b/queen/defs.h
index 8be1467825..112e54cfd0 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -27,6 +27,8 @@ namespace Queen {
// Maybe should be an inlined function somwhere else, feel free to change
#define InRange(x,l,h) ((x)<=(h) && (x)>=(l)) /* X in [l..h] */
+#define SAVEGAME_SIZE 24622
+
enum {
COMPRESSION_NONE = 0,
COMPRESSION_MP3 = 1,