From da769d1be51b4251854b10f841b6764cbc1fde1f Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 10 Jul 2007 09:31:39 +0000 Subject: Include files search path. --- mpq-fs.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'mpq-fs.c') 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 #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; +} -- cgit v1.2.3