aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/quetzal.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/quetzal.h')
-rw-r--r--engines/glk/quetzal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/quetzal.h b/engines/glk/quetzal.h
index b398571f38..7f2dd30a71 100644
--- a/engines/glk/quetzal.h
+++ b/engines/glk/quetzal.h
@@ -143,6 +143,11 @@ public:
* Loads a Quetzal save and extract's it's description and meta info
*/
static bool getSavegameMetaInfo(Common::SeekableReadStream *rs, SaveStateDescriptor &ssd);
+
+ /**
+ * Support method for reading a string from a stream
+ */
+ static Common::String readString(Common::ReadStream *src);
};
/**