aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer/mixer_c.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-01-23 12:33:18 -0800
committerChris Robinson <[email protected]>2019-01-23 12:33:18 -0800
commitce3acf4d1b3a4cf921406b72cac9308a97255ac3 (patch)
tree006065285f3b50fc60f0c73589a5447b1e244687 /Alc/mixer/mixer_c.cpp
parent8429770c3f4f6ab4bd21d5af518de58d6af3af57 (diff)
Make hrtf_inc.cpp a proper header
Diffstat (limited to 'Alc/mixer/mixer_c.cpp')
-rw-r--r--Alc/mixer/mixer_c.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Alc/mixer/mixer_c.cpp b/Alc/mixer/mixer_c.cpp
index fad08e74..26358e73 100644
--- a/Alc/mixer/mixer_c.cpp
+++ b/Alc/mixer/mixer_c.cpp
@@ -9,6 +9,7 @@
#include "alSource.h"
#include "alAuxEffectSlot.h"
#include "defs.h"
+#include "hrtf.h"
static inline ALfloat do_point(const InterpState&, const ALfloat *RESTRICT vals, const ALsizei) noexcept
@@ -125,8 +126,6 @@ static inline void ApplyCoeffs(ALsizei Offset, ALfloat (&Values)[HRIR_LENGTH][2]
}
}
-#include "hrtf_inc.cpp"
-
template<>
void MixHrtf_<CTag>(ALfloat *RESTRICT LeftOut, ALfloat *RESTRICT RightOut, const ALfloat *data,
ALsizei Offset, const ALsizei OutPos, const ALsizei IrSize, MixHrtfParams *hrtfparams,