aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/world.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/world.cpp')
-rw-r--r--engines/wage/world.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/wage/world.cpp b/engines/wage/world.cpp
index 96f3faf618..b404736d00 100644
--- a/engines/wage/world.cpp
+++ b/engines/wage/world.cpp
@@ -350,4 +350,8 @@ Common::String *World::loadStringFromDITL(Common::MacResManager *resMan, int res
return NULL;
}
+void World::move(Obj *obj, Chr *chr) {
+ warning("STUB: World::move()");
+}
+
} // End of namespace Wage