diff options
author | Chris Robinson <[email protected]> | 2007-12-18 15:47:24 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-18 15:47:24 -0800 |
commit | 9adc20e4e727bb2a9829cf9c9a970358d094b951 (patch) | |
tree | 993de47a9a08ec5c777c72a77c1d47c1f975747f /OpenAL32/Include/alAuxEffectSlot.h | |
parent | bdf16bf601ed1cedc652af62029d4cbd91e90c09 (diff) |
Implement AL_EFFECTSLOT_GAIN property
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 26e9822d..72640610 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -21,6 +21,8 @@ typedef struct ALeffectslot_struct ALeffect effect; + ALfloat Gain; + // Index to itself ALuint effectslot; |