aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/scene.h')
-rw-r--r--engines/sherlock/scene.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sherlock/scene.h b/engines/sherlock/scene.h
index d51856b508..5625bb1f5b 100644
--- a/engines/sherlock/scene.h
+++ b/engines/sherlock/scene.h
@@ -96,6 +96,10 @@ private:
void checkInventory();
void transitionToScene();
+
+ int toggleObject(const Common::String &name);
+
+ void updateBackground();
public:
int _currentScene;
int _goToRoom;
@@ -128,6 +132,8 @@ public:
Common::Array<Exit> _exits;
SceneEntry _entrance;
Common::Array<SceneSound> _sounds;
+ Common::Point _hsavedPos;
+ int _hsavedFs;
public:
Scene(SherlockEngine *vm);
~Scene();