Fixed compilation as a subdirectory with MinGW (#991)
[openal-soft.git] / utils / makemhr / loaddef.h
blob3eafc8254c78d156dbc82d99a13a4893945d7ffc
1 #ifndef LOADDEF_H
2 #define LOADDEF_H
4 #include <istream>
5 #include <string_view>
7 #include "alspan.h"
9 #include "makemhr.h"
12 bool LoadDefInput(std::istream &istream, const al::span<const char> startbytes,
13 const std::string_view filename, const uint fftSize, const uint truncSize, const uint outRate,
14 const ChannelModeT chanMode, HrirDataT *hData);
16 #endif /* LOADDEF_H */