summaryrefslogtreecommitdiff
path: root/mpq-fs.h
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-10 09:31:39 +0000
committerpixel <pixel>2007-07-10 09:31:39 +0000
commitda769d1be51b4251854b10f841b6764cbc1fde1f (patch)
treee0f3f791a34d37802880d9cd8ba972b785115d49 /mpq-fs.h
parenta3e08df7a6655e7baf3505edeed3a1c0dff5bbf8 (diff)
Include files search path.
Diffstat (limited to 'mpq-fs.h')
-rw-r--r--mpq-fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpq-fs.h b/mpq-fs.h
index 9d65269..4d247b6 100644
--- a/mpq-fs.h
+++ b/mpq-fs.h
@@ -11,6 +11,8 @@ extern "C" {
void mpqlib_fs_add_archive(struct mpq_archive_t *);
void mpqlib_fs_attach_listfile(struct mpq_archive_t *, const char *);
+struct mpq_file_t * mpqlib_fs_open(const char *);
+
#ifdef __cplusplus
}
#endif