Remove extraneous parenthesis
[openal-soft.git] / utils / makemhr / loaddef.h
blob34fbb832b057f9c18aa34da9d0599a8ec03a674b
1 #ifndef LOADDEF_H
2 #define LOADDEF_H
4 #include <istream>
6 #include "makemhr.h"
9 bool LoadDefInput(std::istream &istream, const char *startbytes, std::streamsize startbytecount,
10 const char *filename, const uint fftSize, const uint truncSize, const ChannelModeT chanMode,
11 HrirDataT *hData);
13 #endif /* LOADDEF_H */