diff options
author | Chris Robinson <[email protected]> | 2011-03-12 07:19:42 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-03-12 07:19:42 -0800 |
commit | 947aa1342c82fe22b2030b04e43532af0a07d978 (patch) | |
tree | 3aaa10d019beadc02463b8c19cdcb6db838950ee /include/AL | |
parent | 20c8f9fe31b1136346b244695867122f36ae7543 (diff) |
Add ALC_EXT_DEDICATED to alext.h
Diffstat (limited to 'include/AL')
-rw-r--r-- | include/AL/alext.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |