aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-07-05 04:25:37 -0700
committerChris Robinson <[email protected]>2014-07-05 04:25:37 -0700
commit5de7271bcd4df9a26301a37ed9cf76ddc6641328 (patch)
treed2244c537d4b5ba6c981566649ab22759edd9766 /include/AL
parentad92181a26ab1cc7c7797d93e90349bd8829e3cd (diff)
AL_SOFT_source_length is complete
Diffstat (limited to 'include/AL')
-rw-r--r--include/AL/alext.h7
1 files changed, 7 insertions, 0 deletions
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