aboutsummaryrefslogtreecommitdiffstats
path: root/alc/converter.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/converter.cpp
parentd9225083b4c7fe84d7a4bbde31801be4e51f6f61 (diff)
Use structs for the mixer and resampler tags
Diffstat (limited to 'alc/converter.cpp')
-rw-r--r--alc/converter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/converter.cpp b/alc/converter.cpp
index 38b8bedb..f20a348e 100644
--- a/alc/converter.cpp
+++ b/alc/converter.cpp
@@ -14,6 +14,9 @@
#include "fpu_ctrl.h"
#include "mixer/defs.h"
+struct CTag;
+struct CopyTag;
+
namespace {