diff options
Diffstat (limited to 'alc/voice.h')
-rw-r--r-- | alc/voice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/alc/voice.h b/alc/voice.h index a9774fd3..7822ea39 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -17,6 +17,7 @@ #include "filters/splitter.h" #include "hrtf.h" +struct EffectSlot; enum class DistanceModel; @@ -160,7 +161,7 @@ struct VoiceProps { float LFReference; } Direct; struct SendData { - ALeffectslot *Slot; + EffectSlot *Slot; float Gain; float GainHF; float HFReference; |