From 17c88814445333bb14797e7598f25d94ae350a3b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 18 Dec 2007 17:41:44 -0800 Subject: Add AL_EFFECTSLOT_AUXILIARY_SEND_AUTO property (still unimplemented) --- OpenAL32/Include/alAuxEffectSlot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32/Include/alAuxEffectSlot.h') 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; -- cgit v1.2.3