diff options
author | Chris Robinson <[email protected]> | 2007-12-18 17:41:44 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-18 17:41:44 -0800 |
commit | 17c88814445333bb14797e7598f25d94ae350a3b (patch) | |
tree | 373512d27e805b387ce33bbc22f80ff7581f19c0 /OpenAL32/Include/alAuxEffectSlot.h | |
parent | 6aabc837a967b15993c5a9f3da63164f451811c3 (diff) |
Add AL_EFFECTSLOT_AUXILIARY_SEND_AUTO property (still unimplemented)
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 1 |
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; |