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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/toltecs/toltecs.h b/engines/toltecs/toltecs.h
index 1d5a394f62..11ce76715c 100644
--- a/engines/toltecs/toltecs.h
+++ b/engines/toltecs/toltecs.h
@@ -80,7 +80,7 @@ public:
void updateScreen();
void setCamera(int16 x, int16 y);
- void setCameraTop(int16 top);
+ void setGuiHeight(int16 guiHeight);
void scrollCameraUp(int16 delta);
void scrollCameraDown(int16 delta);
void scrollCameraLeft(int16 delta);
@@ -94,6 +94,9 @@ public:
int16 findRectAtPoint(byte *rectData, int16 x, int16 y, int16 index, int16 itemSize);
+ void savegame(const char *filename);
+ void loadgame(const char *filename);
+
public:
AnimationPlayer *_anim;
ArchiveReader *_arc;
@@ -116,7 +119,7 @@ public:
// TODO: Move camera stuff into own Scene class
int16 _cameraX, _cameraY;
int16 _newCameraX, _newCameraY;
- int16 _cameraTop, _cameraHeight;
+ int16 _guiHeight, _cameraHeight;
int16 _yetAnotherX;
bool _doSpeech, _doText;