aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alSource.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 38b0094d..1ada61df 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -4,6 +4,7 @@
#define AL_NUM_SOURCE_PARAMS 128
#include "alFilter.h"
+#include "alAuxEffectSlot.h"
#include "AL/al.h"
#define AL_DIRECT_FILTER 0x20005
@@ -62,6 +63,11 @@ typedef struct ALsource_struct
ALfilter DirectFilter;
+ struct {
+ ALeffectslot Slot;
+ ALfilter WetFilter;
+ } Send[1];
+
ALfloat LastDrySample;
ALfloat LastWetSample;