diff options
author | Chris Robinson <[email protected]> | 2018-01-11 06:50:53 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-11 06:50:53 -0800 |
commit | 9b9ec2c21a7f0992a6ca64ac9cb2a03838e11cd7 (patch) | |
tree | 94a959806234d4b3699eb8c676732021c0718cf7 /Alc/ALc.c | |
parent | f3c9bc114cb1d136fce4e790d6d2721430eb30dc (diff) |
Move the compressor/limiter declarations to their own header
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ #include "alBuffer.h" #include "alAuxEffectSlot.h" #include "alError.h" +#include "mastering.h" #include "bformatdec.h" #include "alu.h" |