aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-09 09:27:15 +0200
committerEugene Sandulenko2017-08-09 09:28:13 +0200
commita83dd4c3fc064fb9e40a8fda42e646fea596559f (patch)
tree0c32b78548a14957287b3d7d060b6133d79309d7 /engines/wage/script.h
parent660f7bf11479222689cf77060077fe47d65a465e (diff)
downloadscummvm-rg350-a83dd4c3fc064fb9e40a8fda42e646fea596559f.tar.gz
scummvm-rg350-a83dd4c3fc064fb9e40a8fda42e646fea596559f.tar.bz2
scummvm-rg350-a83dd4c3fc064fb9e40a8fda42e646fea596559f.zip
WAGE: Handle command aliases in the same quirky way wb does
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();