aboutsummaryrefslogtreecommitdiffstats
path: root/alc/inprogext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-03-09 05:52:40 -0800
committerChris Robinson <[email protected]>2021-03-09 05:52:40 -0800
commite824c808a0662361c9acdd9f97390d2412f21981 (patch)
tree251d4527705f29029c83e101bcc5d4453f628840 /alc/inprogext.h
parente6c7cdc1baa07b64cb65fd81c1748c67dc99c3d2 (diff)
Add a function/extension to reopen a playback device
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r--alc/inprogext.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h
index ea27a531..bb16531a 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -66,6 +66,16 @@ AL_API void AL_APIENTRY alAuxiliaryEffectSlotStopvSOFT(ALsizei n, const ALuint *
#endif
#endif
+#ifndef ALC_SOFT_reopen_device
+#define ALC_SOFT_reopen_device
+typedef ALCboolean (ALC_APIENTRY*LPALCREOPENDEVICESOFT)(ALCdevice *device,
+ const ALCchar *deviceName, const ALCint *attribs);
+#ifdef AL_ALEXT_PROTOTYPES
+ALCboolean ALC_APIENTRY alcReopenDeviceSOFT(ALCdevice *device, const ALCchar *deviceName,
+ const ALCint *attribs);
+#endif
+#endif
+
#ifdef __cplusplus
} /* extern "C" */
#endif