aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-02-09 22:54:12 -0800
committerChris Robinson <[email protected]>2011-02-09 22:54:12 -0800
commitd9126eeb2c9e5b4d5d00027cd70aef0ae8900602 (patch)
treef7ab7ec7612102dc12c2055f3915807a23c37487 /include
parentd8048e136f48eb89795857da917167eaa7dcbe06 (diff)
Finalize the loop points extension as AL_SOFT_loop_points
Diffstat (limited to 'include')
-rw-r--r--include/AL/alext.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index c78b8c36..f3c7bcae 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -153,6 +153,11 @@ AL_API ALvoid AL_APIENTRY alBufferSubDataSOFT(ALuint buffer,ALenum format,const
#endif
#endif
+#ifndef AL_SOFT_loop_points
+#define AL_SOFT_loop_points 1
+#define AL_LOOP_POINTS_SOFT 0x2015
+#endif
+
#ifdef __cplusplus
}
#endif