From a3e08df7a6655e7baf3505edeed3a1c0dff5bbf8 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 10 Jul 2007 09:28:10 +0000 Subject: Adding first prototypes for mpq-fs, and harmonization of the headers. --- mpq-fs.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mpq-fs.h (limited to 'mpq-fs.h') diff --git a/mpq-fs.h b/mpq-fs.h new file mode 100644 index 0000000..9d65269 --- /dev/null +++ b/mpq-fs.h @@ -0,0 +1,18 @@ +#ifndef __MPQ_FS_H__ +#define __MPQ_FS_H__ + +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +void mpqlib_fs_add_archive(struct mpq_archive_t *); +void mpqlib_fs_attach_listfile(struct mpq_archive_t *, const char *); + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3