diff options
Diffstat (limited to 'utils/makemhr/loaddef.h')
-rw-r--r-- | utils/makemhr/loaddef.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/makemhr/loaddef.h b/utils/makemhr/loaddef.h new file mode 100644 index 00000000..34fbb832 --- /dev/null +++ b/utils/makemhr/loaddef.h @@ -0,0 +1,13 @@ +#ifndef LOADDEF_H +#define LOADDEF_H + +#include <istream> + +#include "makemhr.h" + + +bool LoadDefInput(std::istream &istream, const char *startbytes, std::streamsize startbytecount, + const char *filename, const uint fftSize, const uint truncSize, const ChannelModeT chanMode, + HrirDataT *hData); + +#endif /* LOADDEF_H */ |