aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixer/mixer_c.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_c.cpp
parentd9225083b4c7fe84d7a4bbde31801be4e51f6f61 (diff)
Use structs for the mixer and resampler tags
Diffstat (limited to 'alc/mixer/mixer_c.cpp')
-rw-r--r--alc/mixer/mixer_c.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/alc/mixer/mixer_c.cpp b/alc/mixer/mixer_c.cpp
index d27186fd..716f2c4d 100644
--- a/alc/mixer/mixer_c.cpp
+++ b/alc/mixer/mixer_c.cpp
@@ -10,6 +10,14 @@
#include "defs.h"
#include "hrtfbase.h"
+struct CTag;
+struct CopyTag;
+struct PointTag;
+struct LerpTag;
+struct CubicTag;
+struct BSincTag;
+struct FastBSincTag;
+
namespace {