diff options
Diffstat (limited to 'include/AL/alext.h')
-rw-r--r-- | include/AL/alext.h | 10 |
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 |