aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/files.h')
-rw-r--r--engines/xeen/files.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/files.h b/engines/xeen/files.h
index ae97d65c61..4e9e196a5f 100644
--- a/engines/xeen/files.h
+++ b/engines/xeen/files.h
@@ -121,6 +121,11 @@ public:
* Loads a string array from the specified file
*/
void load(const Common::String &name);
+
+ /**
+ * Loads a string array from the specified file
+ */
+ void load(const Common::String &name, ArchiveType archiveType);
};
class XeenSerializer : public Common::Serializer {