diff options
author | Chris Robinson <[email protected]> | 2011-07-20 22:26:16 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-07-20 22:26:16 -0700 |
commit | 1e8a379a03b80dbfc621855fd819f73487bcc7de (patch) | |
tree | 2198063858999a79b476039f852da42916239249 /OpenAL32/Include/alEffect.h | |
parent | b889823b2164c652560485dc66dd913b85e0c297 (diff) |
Add a config option to boost reverb output
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, ...) |