summaryrefslogtreecommitdiff
path: root/int-bios.h
blob: c0b437b48828c74d485397d36b725e9ad1a4df0f (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