diff options
author | Chris Robinson <[email protected]> | 2009-11-27 20:05:21 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-11-27 20:05:21 -0800 |
commit | 98ce1d14c12bf164206b1f0d3ab4dca6d627c8be (patch) | |
tree | 062296b8c92b0c5e43217b0d2ce8e902bc39e594 /include/AL/alext.h | |
parent | 69f9ab88b9b9ad1b14bd1a143af230eab2a15b61 (diff) |
Update AL_EXTX_source_distance_model to require explicit enabling
The in-progress spec has been updated to reflect this
Diffstat (limited to 'include/AL/alext.h')
-rw-r--r-- | include/AL/alext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h index 610f2839..ea3c207e 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -150,6 +150,11 @@ typedef ALCboolean (ALC_APIENTRY*PFNALCMAKECURRENTPROC)(ALCcontext *context); typedef ALCcontext* (ALC_APIENTRY*PFNALCGETTHREADCONTEXTPROC)(void); #endif +#ifndef AL_EXT_source_distance_model +#define AL_EXT_source_distance_model 1 +#define AL_SOURCE_DISTANCE_MODEL 0x200 +#endif + #ifdef __cplusplus } #endif |