aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-03-31 04:55:30 -0700
committerChris Robinson <[email protected]>2023-03-31 04:55:30 -0700
commitdfd8f11551e43470708c5b7ddf766abab4d5ac30 (patch)
tree9ceb2ed3d89dab7528d589d1ad7aafe27d348863 /include/AL
parent3e4a2a151860c04fb0ebb971343a6f05e0c3c08a (diff)
Finalize AL_SOFT_source_start_delay
Diffstat (limited to 'include/AL')
-rw-r--r--include/AL/alext.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index ae899315..6fe67be7 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -638,6 +638,16 @@ AL_API void AL_APIENTRY alGetBufferPtrvSOFT(ALuint buffer, ALenum param, ALvoid
#define ALC_SURROUND_7_1_SOFT 0x1506
#endif
+#ifndef AL_SOFT_source_start_delay
+#define AL_SOFT_source_start_delay
+typedef void (AL_APIENTRY*LPALSOURCEPLAYATTIMESOFT)(ALuint source, ALint64SOFT start_time);
+typedef void (AL_APIENTRY*LPALSOURCEPLAYATTIMEVSOFT)(ALsizei n, const ALuint *sources, ALint64SOFT start_time);
+#ifdef AL_ALEXT_PROTOTYPES
+void AL_APIENTRY alSourcePlayAtTimeSOFT(ALuint source, ALint64SOFT start_time);
+void AL_APIENTRY alSourcePlayAtTimevSOFT(ALsizei n, const ALuint *sources, ALint64SOFT start_time);
+#endif
+#endif
+
#ifdef __cplusplus
}
#endif