diff options
Diffstat (limited to 'Alc/inprogext.h')
-rw-r--r-- | Alc/inprogext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/inprogext.h b/Alc/inprogext.h index 721f2370..619b604f 100644 --- a/Alc/inprogext.h +++ b/Alc/inprogext.h @@ -56,6 +56,7 @@ AL_API void AL_APIENTRY alFlushMappedBufferSOFT(ALuint buffer, ALsizei offset, A #define AL_EVENT_TYPE_ERROR_SOFT 0x1224 #define AL_EVENT_TYPE_PERFORMANCE_SOFT 0x1225 #define AL_EVENT_TYPE_DEPRECATED_SOFT 0x1226 +#define AL_EVENT_TYPE_DISCONNECTED_SOFT 0x1227 typedef void (AL_APIENTRY*ALEVENTPROCSOFT)(ALenum eventType, ALuint object, ALuint param, ALsizei length, const ALchar *message, void *userParam); |