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 8e45dcbee5..15a65d8681 100644
--- a/engines/wage/world.h
+++ b/engines/wage/world.h
@@ -60,6 +60,7 @@ public:
bool loadWorld(Common::MacResManager *resMan);
void loadExternalSounds(String fname);
Common::String *loadStringFromDITL(Common::MacResManager *resMan, int resourceId, int itemIndex);
+ void move(Obj *obj, Chr *chr);
String _name;
String _aboutMessage;