From b08bd3746eadd29a9a26301e0fb4d8d27ca7429f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 26 Apr 2012 02:05:49 -0700 Subject: Add AL_EXT_SOURCE_RADIUS to alext.h --- include/AL/alext.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/AL/alext.h') diff --git a/include/AL/alext.h b/include/AL/alext.h index 223afe7d..c5708de0 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -294,6 +294,11 @@ ALC_API void ALC_APIENTRY alcRenderSamplesSOFT(ALCdevice *device, ALCvoid *buffe #define AL_STEREO_ANGLES 0x1030 #endif +#ifndef AL_EXT_SOURCE_RADIUS +#define AL_EXT_SOURCE_RADIUS 1 +#define AL_SOURCE_RADIUS 0x1031 +#endif + #ifdef __cplusplus } #endif -- cgit v1.2.3