From e12fcb08a14de1f5738e0162bba50cdbf87dee47 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 5 Jul 2007 18:05:43 +0000 Subject: First import... --- mpq-bios.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 mpq-bios.h (limited to 'mpq-bios.h') diff --git a/mpq-bios.h b/mpq-bios.h new file mode 100644 index 0000000..dd3c634 --- /dev/null +++ b/mpq-bios.h @@ -0,0 +1,23 @@ +#ifndef __MPQ_BIOS_H__ +#define __MPQ_BIOS_H__ + +struct mpq_internals_t; + +typedef struct { + char * name; + + struct mpq_internals_t * mpq_i; +} mpq_archive_t; + +#ifdef __cplusplus +extern "C" { +#endif + +mpq_archive_t * mpqlib_open_archive(const char * fname); +mpq_archive_t * mpqlib_reopen_archive(int fd); + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3