diff options
Diffstat (limited to 'OpenAL32/Include/alEffect.h')
-rw-r--r-- | OpenAL32/Include/alEffect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h index 7ff9fff3..252490a9 100644 --- a/OpenAL32/Include/alEffect.h +++ b/OpenAL32/Include/alEffect.h @@ -18,6 +18,8 @@ enum { }; extern ALboolean DisabledEffects[MAX_EFFECTS]; +extern ALfloat ReverbBoost; + typedef struct ALeffect { // Effect type (AL_EFFECT_NULL, ...) |