summaryrefslogtreecommitdiff
path: root/mpq-fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpq-fs.c')
-rw-r--r--mpq-fs.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mpq-fs.c b/mpq-fs.c
index 87901a0..acc2648 100644
--- a/mpq-fs.c
+++ b/mpq-fs.c
@@ -1,2 +1,13 @@
+#include <stdlib.h>
#include "mpq-fs.h"
+void mpqlib_fs_add_archive(struct mpq_archive_t * mpq_a) {
+}
+
+void mpqlib_fs_attach_listfile(struct mpq_archive_t * mpq_a, const char * listfile) {
+ mpqlib_fs_add_archive(mpq_a);
+}
+
+struct mpq_file_t * mpqlib_fs_open(const char * fname) {
+ return NULL;
+}