aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/world.h')
-rw-r--r--engines/wage/world.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wage/world.h b/engines/wage/world.h
index a4ca2fd66f..6afd1afb33 100644
--- a/engines/wage/world.h
+++ b/engines/wage/world.h
@@ -65,6 +65,7 @@ public:
void move(Chr *chr, Scene *scene, bool skipSort = false);
Scene *getRandomScene();
Scene *getSceneAt(int x, int y);
+ bool scenesAreConnected(Scene *scene1, Scene *scene2);
WageEngine *_engine;