aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-18 13:37:07 -0800
committerChris Robinson <[email protected]>2007-12-18 13:37:07 -0800
commitebb30ec5b0e219fdf2b21fbfdd1be6e17cb31376 (patch)
tree75ec156208d2caf3cd0395e437dd8332a66ae8d3 /OpenAL32/Include/alSource.h
parent168d8e3beee5f809f79f6d0067cd51e25ba65295 (diff)
Implement AL_AIR_ABSORPTION_FACTOR source property
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 4493c006..38b0094d 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -68,6 +68,8 @@ typedef struct ALsource_struct
ALboolean DryGainHFAuto;
ALfloat OuterGainHF;
+ ALfloat AirAbsorptionFactor;
+
// Index to itself
ALuint source;