]> git.tdb.fi Git - ext/openal.git/blob - utils/makemhr/loaddef.h
Import OpenAL Soft 1.23.1 sources
[ext/openal.git] / utils / makemhr / loaddef.h
1 #ifndef LOADDEF_H
2 #define LOADDEF_H
3
4 #include <istream>
5
6 #include "makemhr.h"
7
8
9 bool LoadDefInput(std::istream &istream, const char *startbytes, std::streamsize startbytecount,
10     const char *filename, const uint fftSize, const uint truncSize, const uint outRate,
11     const ChannelModeT chanMode, HrirDataT *hData);
12
13 #endif /* LOADDEF_H */