aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/alext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-07-22 14:45:31 -0700
committerChris Robinson <[email protected]>2008-07-22 14:45:31 -0700
commit20bcdc1ef601d7c56daba65ac24f2ffe60aeb7d9 (patch)
tree385414caf5f5035502bad89c6426fda7e03dfca3 /include/AL/alext.h
parent93c0f61050dbe15e692e567a208bd0c60d60b4dd (diff)
Add AL_LOKI_IMA_ADPCM_format and AL_EXT_vorbis tokens to alext.h
Diffstat (limited to 'include/AL/alext.h')
-rw-r--r--include/AL/alext.h19
1 files changed, 15 insertions, 4 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index c93f093a..9dffcdee 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -25,10 +25,10 @@
extern "C" {
#endif
-#ifndef AL_EXT_float32
-#define AL_EXT_float32 1
-#define AL_FORMAT_MONO_FLOAT32 0x10010
-#define AL_FORMAT_STEREO_FLOAT32 0x10011
+#ifndef AL_LOKI_IMA_ADPCM_format
+#define AL_LOKI_IMA_ADPCM_format 1
+#define AL_FORMAT_IMA_ADPCM_MONO16_EXT 0x10000
+#define AL_FORMAT_IMA_ADPCM_STEREO16_EXT 0x10001
#endif
#ifndef AL_LOKI_WAVE_format
@@ -36,12 +36,23 @@ extern "C" {
#define AL_FORMAT_WAVE_EXT 0x10002
#endif
+#ifndef AL_EXT_vorbis
+#define AL_EXT_vorbis 1
+#define AL_FORMAT_VORBIS_EXT 0x10003
+#endif
+
#ifndef AL_LOKI_quadriphonic
#define AL_LOKI_quadriphonic 1
#define AL_FORMAT_QUAD8_LOKI 0x10004
#define AL_FORMAT_QUAD16_LOKI 0x10005
#endif
+#ifndef AL_EXT_float32
+#define AL_EXT_float32 1
+#define AL_FORMAT_MONO_FLOAT32 0x10010
+#define AL_FORMAT_STEREO_FLOAT32 0x10011
+#endif
+
#ifndef ALC_LOKI_audio_channel
#define ALC_LOKI_audio_channel 1
#define ALC_CHAN_MAIN_LOKI 0x500001