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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/gob/script.h b/engines/gob/script.h
index ffdb4d6340..0e8ac0d69f 100644
--- a/engines/gob/script.h
+++ b/engines/gob/script.h
@@ -84,8 +84,11 @@ public:
void skipExpr(char stopToken);
// Higher-level expression parsing functions
- char evalExpr(int16 *pRes);
- bool evalBool();
+ char evalExpr(int16 *pRes);
+ bool evalBool();
+ int32 evalInt();
+
+ const char *evalString();
// Accessing the result of expressions
int32 getResultInt() const;