]> git.tdb.fi Git - ext/openal.git/blob - loaddef.h
63600dcd3291a28c5f61520fc730e33ffb43297d
[ext/openal.git] / 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 */