aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-04-21 01:30:07 +0000
committerEugene Sandulenko2005-04-21 01:30:07 +0000
commit283a9f35ac294fa10105c7d8c18b57d7a2689e19 (patch)
treed1d35de8ff26764c87f36d3b7fa6adf3e34cb048 /saga/saga.h
parent7b93b0e079456018fdbc59e780925103ee345ca9 (diff)
downloadscummvm-rg350-283a9f35ac294fa10105c7d8c18b57d7a2689e19.tar.gz
scummvm-rg350-283a9f35ac294fa10105c7d8c18b57d7a2689e19.tar.bz2
scummvm-rg350-283a9f35ac294fa10105c7d8c18b57d7a2689e19.zip
Add not yet correctly working save/load. Use key F7 for saving
and F8 for loading. Now works only within current scene and restores to entrance #0 which is wrong. svn-id: r17726
Diffstat (limited to 'saga/saga.h')
-rw-r--r--saga/saga.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/saga.h b/saga/saga.h
index a789bc9cc7..2c6dd0e614 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -425,6 +425,9 @@ public:
virtual ~SagaEngine();
void shutDown() { _quit = true; }
+ void save();
+ void load();
+
int _soundEnabled;
int _musicEnabled;