First Commit
This commit is contained in:
13
externals/openal-soft/utils/makemhr/loaddef.h
vendored
Normal file
13
externals/openal-soft/utils/makemhr/loaddef.h
vendored
Normal file
@@ -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 uint outRate,
|
||||
const ChannelModeT chanMode, HrirDataT *hData);
|
||||
|
||||
#endif /* LOADDEF_H */
|
||||
Reference in New Issue
Block a user