diff options
Diffstat (limited to 'OpenAL32/Include/alEffect.h')
-rw-r--r-- | OpenAL32/Include/alEffect.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h index 500b60a1..aa8e1200 100644 --- a/OpenAL32/Include/alEffect.h +++ b/OpenAL32/Include/alEffect.h @@ -14,6 +14,7 @@ enum { REVERB, ECHO, MODULATOR, + DEDICATED, MAX_EFFECTS }; @@ -69,6 +70,10 @@ typedef struct ALeffect ALint Waveform; } Modulator; + struct { + ALfloat Gain; + } Dedicated; + // Index to itself ALuint effect; } ALeffect; |