#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; }