mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-02 02:51:00 +00:00
11 lines
244 B
C
11 lines
244 B
C
#ifndef LOADSOFA_H
|
|
#define LOADSOFA_H
|
|
|
|
#include "makemhr.h"
|
|
|
|
|
|
bool LoadSofaFile(const char *filename, const uint numThreads, const uint fftSize,
|
|
const uint truncSize, const ChannelModeT chanMode, HrirDataT *hData);
|
|
|
|
#endif /* LOADSOFA_H */
|