aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/parse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/parse.cpp')
-rw-r--r--engines/gob/parse.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/gob/parse.cpp b/engines/gob/parse.cpp
index 9982fb3eb9..48442be483 100644
--- a/engines/gob/parse.cpp
+++ b/engines/gob/parse.cpp
@@ -1144,4 +1144,8 @@ int32 Parse::getResultInt() {
return _resultInt;
}
+char *Parse::getResultStr() {
+ return _resultStr;
+}
+
} // End of namespace Gob