From 947aa1342c82fe22b2030b04e43532af0a07d978 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 12 Mar 2011 07:19:42 -0800 Subject: Add ALC_EXT_DEDICATED to alext.h --- include/AL/alext.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/AL/alext.h b/include/AL/alext.h index df966bca..4501cef1 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -175,6 +175,13 @@ AL_API void AL_APIENTRY alRequestFoldbackStop(void); #endif #endif +#ifndef ALC_EXT_DEDICATED +#define ALC_EXT_DEDICATED 1 +#define AL_DEDICATED_GAIN 0x0001 +#define AL_EFFECT_DEDICATED_DIALOGUE 0x9001 +#define AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT 0x9000 +#endif + #ifdef __cplusplus } #endif -- cgit v1.2.3