aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
authorGregory Montoir2004-01-12 13:40:02 +0000
committerGregory Montoir2004-01-12 13:40:02 +0000
commit95de2117a20da3b9828a385b4a6713e4d9524aa8 (patch)
tree6b13647be7a0340bc5c7227208a2880d890666e5 /queen/graphics.h
parenta685422a138c99af7f95f8deaf787425af356f9b (diff)
downloadscummvm-rg350-95de2117a20da3b9828a385b4a6713e4d9524aa8.tar.gz
scummvm-rg350-95de2117a20da3b9828a385b4a6713e4d9524aa8.tar.bz2
scummvm-rg350-95de2117a20da3b9828a385b4a6713e4d9524aa8.zip
New save/load code, this *breaks* compatiblity with the previous
savefile format. Use the 'qsc' tool to convert your old files (http://0x.7fc1.org/fotaq/qsc.[cpp|exe]). svn-id: r12339
Diffstat (limited to 'queen/graphics.h')
-rw-r--r--queen/graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/queen/graphics.h b/queen/graphics.h
index 5deef58555..28afbb62ae 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -190,6 +190,9 @@ public:
void updateCarAnimation();
void updateFightAnimation();
+ void saveState(byte *&ptr);
+ void loadState(uint32 ver, byte *&ptr);
+
enum {
BOB_OBJ1 = 5,
BOB_OBJ2 = 6,