From e3be7db2c856dc67286a5c873f65af1f40126f46 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 9 Jul 2007 20:26:02 +0000 Subject: mpq-file almost done. --- mpq-file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mpq-file.h') diff --git a/mpq-file.h b/mpq-file.h index 53b514e..f9b17db 100644 --- a/mpq-file.h +++ b/mpq-file.h @@ -13,6 +13,7 @@ enum mpqlib_file_seek_t { struct mpq_file_t * mpqlib_open_file(struct mpq_archive_t * mpq_a, int entry); struct mpq_file_t * mpqlib_open_filename(struct mpq_archive_t * mpq_a, const char * fname); +void mpqlib_close(struct mpq_file_t * mpq_f); uint32_t mpqlib_read(struct mpq_file_t * mpq_f, void * buffer, uint32_t size); uint32_t mpqlib_seek(struct mpq_file_t * mpq_f, int32_t offset, enum mpqlib_file_seek_t); -- cgit v1.2.3