aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/toltecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toltecs/toltecs.h')
-rw-r--r--engines/toltecs/toltecs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/toltecs/toltecs.h b/engines/toltecs/toltecs.h
index 9d7a7672c1..5d0f39be6a 100644
--- a/engines/toltecs/toltecs.h
+++ b/engines/toltecs/toltecs.h
@@ -109,6 +109,8 @@ public:
const Common::String& getTargetName() const { return _targetName; }
void setupSysStrings();
+ void requestSavegame(int slotNum, Common::String &description);
+ void requestLoadgame(int slotNum);
void loadScene(uint resIndex);
@@ -148,6 +150,10 @@ public:
Common::String _sysStrings[kSysStrCount];
+ int _saveLoadRequested;
+ int _saveLoadSlot;
+ Common::String _saveLoadDescription;
+
uint _sceneResIndex;
int16 _sceneWidth, _sceneHeight;