diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2020-11-27 22:27:45 -0800 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2020-11-27 22:27:45 -0800 |
commit | dbfdd35545268bc6f52b3b50365a36777fda1730 (patch) | |
tree | cccaa45c72d71b8d0d50fa637cb536bc1834279b /alc/voice.h | |
parent | 7e798df7b87dc4ca4821e3b16e337d7106c7e1cf (diff) |
Move some declarations to more appropriate headers
Diffstat (limited to 'alc/voice.h')
-rw-r--r-- | alc/voice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/voice.h b/alc/voice.h index 5ae7a945..3f1642f1 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -12,6 +12,7 @@ #include "filters/nfc.h" #include "filters/splitter.h" #include "hrtf.h" +#include "mixer/defs.h" struct EffectSlot; struct BufferlistItem; |