#ifndef __INT_BIOS_H__ #define __INT_BIOS_H__ #include #include #include "mpq-bios.h" int __mpqlib_seek(struct mpq_archive_t *, off_t); int __mpqlib_read(struct mpq_archive_t *, void *, size_t); #endif