From 1947b4aedbae747533a03c11cf6f426bcbb42280 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 18 May 2008 01:28:19 +0000 Subject: Adding a way to shutdown the mpqlib_fs --- mpq-fs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mpq-fs.h') diff --git a/mpq-fs.h b/mpq-fs.h index 558f21e..69e70f3 100644 --- a/mpq-fs.h +++ b/mpq-fs.h @@ -13,6 +13,8 @@ void mpqlib_fs_attach_listfile(struct mpq_archive_t *, const char *); struct mpq_file_t * mpqlib_fs_open(const char *); +void mpqlib_fs_shutdown(); + #ifdef __cplusplus } #endif -- cgit v1.2.3