summaryrefslogtreecommitdiff
path: root/mpq-fs.h
blob: 9d65269b5f24131cf9ae7dc62c46db6a6578bf26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __MPQ_FS_H__
#define __MPQ_FS_H__

#include <mpq-bios.h>
#include <mpq-file.h>

#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