diff options
author | Chris Robinson <[email protected]> | 2007-12-17 21:33:05 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-17 21:33:05 -0800 |
commit | 06f2076f04f2a8f938028664021fa501a4374d2d (patch) | |
tree | 38d7a7219073bf624a0c204f3195a57ced2753df /OpenAL32/Include/alSource.h | |
parent | fc43a139278474c8de159cc87e8138dc101bff50 (diff) |
Implement AL_DIRECT_FILTER_GAINHF_AUTO source property
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; |