From 5de7271bcd4df9a26301a37ed9cf76ddc6641328 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 5 Jul 2014 04:25:37 -0700 Subject: AL_SOFT_source_length is complete --- include/AL/alext.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/AL/alext.h b/include/AL/alext.h index e647d7be..25e59e11 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -376,6 +376,13 @@ AL_API ALvoid AL_APIENTRY alProcessUpdatesSOFT(void); #define AL_FORMAT_STEREO_MSADPCM_SOFT 0x1303 #endif +#ifndef AL_SOFT_source_length +#define AL_SOFT_source_length 1 +/*#define AL_BYTE_LENGTH_SOFT 0x2009*/ +/*#define AL_SAMPLE_LENGTH_SOFT 0x200A*/ +/*#define AL_SEC_LENGTH_SOFT 0x200B*/ +#endif + #ifdef __cplusplus } #endif -- cgit v1.2.3