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 2cd4f11f0d..e796195b7f 100644
--- a/engines/wage/script.h
+++ b/engines/wage/script.h
@@ -133,6 +133,7 @@ public:
bool execute(World *world, int loopCount, Common::String *inputText, Designed *inputClick, WageEngine *engine);
private:
+ Common::String preprocessInputText(Common::String inputText);
Operand *readOperand();
Operand *readStringOperand();
const char *readOperator();