aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-04-01 16:37:26 -0700
committerChris Robinson <[email protected]>2022-04-01 16:37:26 -0700
commit872c206deb341f8c7e9ee69e8e54e94783585bcd (patch)
tree5d31845fa76ff2543b9cdc0c172e7ae5a4d9e9f4 /include/AL
parent1e8e63067c1cf88ef19d987dcd2fd6bdc7ff4a5d (diff)
Finalize ALC_SOFT_reopen_device
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 f80b0708..6b21acaf 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -579,6 +579,16 @@ AL_API void AL_APIENTRY alGetPointervSOFT(ALenum pname, void **values);
#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
}
#endif