aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixer/mixer_neon.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-04-03 03:52:23 -0700
committerChris Robinson <[email protected]>2020-04-03 03:52:23 -0700
commit11305975629176e032548bba53207a36f55d9dc7 (patch)
tree0d6725a51a81aafd42502127e89cade19198a103 /alc/mixer/mixer_neon.cpp
parentd9225083b4c7fe84d7a4bbde31801be4e51f6f61 (diff)
Use structs for the mixer and resampler tags
Diffstat (limited to 'alc/mixer/mixer_neon.cpp')
-rw-r--r--alc/mixer/mixer_neon.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/alc/mixer/mixer_neon.cpp b/alc/mixer/mixer_neon.cpp
index 055715f3..760ac58e 100644
--- a/alc/mixer/mixer_neon.cpp
+++ b/alc/mixer/mixer_neon.cpp
@@ -13,6 +13,11 @@
#include "bsinc_defs.h"
#include "hrtfbase.h"
+struct NEONTag;
+struct LerpTag;
+struct BSincTag;
+struct FastBSincTag;
+
namespace {