diff options
author | Chris Robinson <[email protected]> | 2020-04-03 03:52:23 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-04-03 03:52:23 -0700 |
commit | 11305975629176e032548bba53207a36f55d9dc7 (patch) | |
tree | 0d6725a51a81aafd42502127e89cade19198a103 /alc/converter.cpp | |
parent | d9225083b4c7fe84d7a4bbde31801be4e51f6f61 (diff) |
Use structs for the mixer and resampler tags
Diffstat (limited to 'alc/converter.cpp')
-rw-r--r-- | alc/converter.cpp | 3 |
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 { |