aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/wage.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/wage.h')
-rw-r--r--engines/wage/wage.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/wage/wage.h b/engines/wage/wage.h
index 91f4b67a8e..5a7d5a072d 100644
--- a/engines/wage/wage.h
+++ b/engines/wage/wage.h
@@ -61,10 +61,11 @@ struct ADGameDescription;
namespace Wage {
class Console;
-class World;
-class Scene;
-class Obj;
class Chr;
+class Designed;
+class Obj;
+class Scene;
+class World;
using Common::String;
@@ -131,6 +132,7 @@ public:
void appendText(String str);
Obj *getOffer();
void processEvents();
+ void onMove(Designed *what, Designed *from, Designed *to);
private:
Console *_console;