aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/blorb.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/blorb.h')
-rw-r--r--engines/glk/blorb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/blorb.h b/engines/glk/blorb.h
index fbc1dd6583..dd7e23c64b 100644
--- a/engines/glk/blorb.h
+++ b/engines/glk/blorb.h
@@ -93,6 +93,11 @@ public:
* @return the newly created input stream
*/
virtual Common::SeekableReadStream *createReadStreamForMember(const Common::String &name) const override;
+
+ /**
+ * Returns true if a given filename specifies a Blorb file
+ */
+ static bool isBlorb(const Common::String &filename);
};
} // End of namespace Glk