diff options
-rw-r--r-- | alc/inprogext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h index 79826d5e..7643e5a4 100644 --- a/alc/inprogext.h +++ b/alc/inprogext.h @@ -92,7 +92,7 @@ AL_API void AL_APIENTRY alAuxiliaryEffectSlotStopvSOFT(ALsizei n, const ALuint * AL_API const ALchar* AL_APIENTRY alsoft_get_version(void); -/* Functions from abandoned extenions. */ +/* Functions from abandoned extenions. Only here for binary compatibility. */ AL_API void AL_APIENTRY alSourceQueueBufferLayersSOFT(ALuint src, ALsizei nb, const ALuint *buffers); |