diff options
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index d210ae9b..88732da9 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -65,6 +65,8 @@ typedef struct ALsource_struct ALfloat LastDrySample; ALfloat LastWetSample; + ALboolean DryGainHFAuto; + // Index to itself ALuint source; |