aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/inprogext.h
diff options
context:
space:
mode:
authorRaulshc <[email protected]>2018-05-31 14:17:20 +0200
committerGitHub <[email protected]>2018-05-31 14:17:20 +0200
commit5233c4aa21d01f8df3decd9b7c5746d8539094fd (patch)
treef19535db9bfafe797e3ca899fcdc86261673f1d8 /Alc/inprogext.h
parentcd2fd126c4024f43730a7c857fca223b35fe0a5b (diff)
parent0b7f35b28922e2250f06d1aee1ebb60bfecf91d6 (diff)
Merge from kcat/master
Update git repository
Diffstat (limited to 'Alc/inprogext.h')
-rw-r--r--Alc/inprogext.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Alc/inprogext.h b/Alc/inprogext.h
index 619b604f..3025abe2 100644
--- a/Alc/inprogext.h
+++ b/Alc/inprogext.h
@@ -72,6 +72,14 @@ AL_API void AL_APIENTRY alGetPointervSOFT(ALenum pname, void **values);
#endif
#endif
+#ifndef AL_SOFT_buffer_layers
+#define AL_SOFT_buffer_layers
+typedef void (AL_APIENTRY*LPALSOURCEQUEUEBUFFERLAYERSSOFT)(ALuint src, ALsizei nb, const ALuint *buffers);
+#ifdef AL_ALEXT_PROTOTYPES
+AL_API void AL_APIENTRY alSourceQueueBufferLayersSOFT(ALuint src, ALsizei nb, const ALuint *buffers);
+#endif
+#endif
+
#ifdef __cplusplus
} /* extern "C" */
#endif