aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alAuxEffectSlot.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-18 17:41:44 -0800
committerChris Robinson <[email protected]>2007-12-18 17:41:44 -0800
commit17c88814445333bb14797e7598f25d94ae350a3b (patch)
tree373512d27e805b387ce33bbc22f80ff7581f19c0 /OpenAL32/Include/alAuxEffectSlot.h
parent6aabc837a967b15993c5a9f3da63164f451811c3 (diff)
Add AL_EFFECTSLOT_AUXILIARY_SEND_AUTO property (still unimplemented)
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r--OpenAL32/Include/alAuxEffectSlot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h
index 72640610..5e6441a2 100644
--- a/OpenAL32/Include/alAuxEffectSlot.h
+++ b/OpenAL32/Include/alAuxEffectSlot.h
@@ -22,6 +22,7 @@ typedef struct ALeffectslot_struct
ALeffect effect;
ALfloat Gain;
+ ALboolean AuxSendAuto;
// Index to itself
ALuint effectslot;