summaryrefslogtreecommitdiff
path: root/int-bios.h
blob: 1508218d63e42f7052a526cfddf43483228067a4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __INT_BIOS_H__
#define __INT_BIOS_H__

#include <mpq-bios.h>

int __mpqlib_seek(struct mpq_archive_t *, uint64_t);
int __mpqlib_read(struct mpq_archive_t *, void *, uint32_t);

#endif