aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/script.h')
-rw-r--r--engines/gob/script.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/script.h b/engines/gob/script.h
index d9826a6e83..fce1a5447c 100644
--- a/engines/gob/script.h
+++ b/engines/gob/script.h
@@ -68,6 +68,9 @@ public:
int16 readExpr(byte stopToken, byte *type);
void skipExpr(char stopToken);
+ char evalExpr(int16 *pRes);
+ bool evalBoolResult();
+
int32 getResultInt();
char *getResultStr();