aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/queen/logic.h b/queen/logic.h
index 7e7c7b5c39..8c283e1cf6 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -190,8 +190,10 @@ public:
void update();
- bool gameSave(uint16 slot, const char *desc);
- bool gameLoad(uint16 slot);
+ void saveState(byte *&ptr);
+ void loadState(uint32 ver, byte *&ptr);
+
+ void setupRestoredGame();
//! Ugly hack from original code
void sceneReset() { _scene = 0; }