summaryrefslogtreecommitdiff
path: root/mpq-fs.h
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-10 09:28:10 +0000
committerpixel <pixel>2007-07-10 09:28:10 +0000
commita3e08df7a6655e7baf3505edeed3a1c0dff5bbf8 (patch)
treec80f10b9a90268f209e5593544824e2d1a72b970 /mpq-fs.h
parent8feb553794efc2a328f8ce2beed5eeacc43238f4 (diff)
Adding first prototypes for mpq-fs, and harmonization of the headers.
Diffstat (limited to 'mpq-fs.h')
-rw-r--r--mpq-fs.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/mpq-fs.h b/mpq-fs.h
new file mode 100644
index 0000000..9d65269
--- /dev/null
+++ b/mpq-fs.h
@@ -0,0 +1,18 @@
+#ifndef __MPQ_FS_H__
+#define __MPQ_FS_H__
+
+#include <mpq-bios.h>
+#include <mpq-file.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void mpqlib_fs_add_archive(struct mpq_archive_t *);
+void mpqlib_fs_attach_listfile(struct mpq_archive_t *, const char *);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif