diff options
author | Chris Robinson <[email protected]> | 2009-11-28 22:19:04 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-11-28 22:19:04 -0800 |
commit | 39b456d88ce298c7ecd0a59804cf1eba93c8d872 (patch) | |
tree | 662fec9ffee389f445a51bff9495a9ee90d7c3f3 /include/AL | |
parent | d930fb8d3dbc3bf49a5b1db919448c7e962dca2a (diff) |
Add AL_EXT_double tokens to alext.h
Diffstat (limited to 'include/AL')
-rw-r--r-- | include/AL/alext.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h index ea3c207e..26675736 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -53,6 +53,12 @@ extern "C" { #define AL_FORMAT_STEREO_FLOAT32 0x10011 #endif +#ifndef AL_EXT_double +#define AL_EXT_double 1 +#define AL_FORMAT_MONO_DOUBLE_EXT 0x10012 +#define AL_FORMAT_STEREO_DOUBLE_EXT 0x10013 +#endif + #ifndef ALC_LOKI_audio_channel #define ALC_LOKI_audio_channel 1 #define ALC_CHAN_MAIN_LOKI 0x500001 |