aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/script.h')
-rw-r--r--engines/wage/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wage/script.h b/engines/wage/script.h
index b9249c33c6..77b6d7d17e 100644
--- a/engines/wage/script.h
+++ b/engines/wage/script.h
@@ -150,6 +150,7 @@ private:
bool eval(Operand *lhs, const char *op, Operand *rhs);
Operand *convertOperand(Operand *operand, int type);
bool evalClickCondition(Operand *lhs, const char *op, Operand *rhs);
+ void takeObj(Obj *obj);
void processMove();
void processLet();