aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/game.h')
-rw-r--r--engines/lure/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/lure/game.h b/engines/lure/game.h
index ca2230cdae..897b791087 100644
--- a/engines/lure/game.h
+++ b/engines/lure/game.h
@@ -43,6 +43,8 @@ private:
void handleClick();
void handleRightClickMenu();
void handleLeftClick();
+
+ void playerChangeRoom();
public:
Game();
static Game &getReference();