diff options
author | Chris Robinson <[email protected]> | 2023-08-18 15:59:04 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-08-18 15:59:04 -0700 |
commit | bfb79945d0ed7450ad3e93941f6576ce1cc4058b (patch) | |
tree | 1b81f5ca4e47e45541d0dc5be52325d63923845a /alc/export_list.h | |
parent | 9921b1357a5045216d3fe429089c8142fd6ebc13 (diff) |
Make ALC_SOFT_system_events public
Diffstat (limited to 'alc/export_list.h')
-rw-r--r-- | alc/export_list.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/alc/export_list.h b/alc/export_list.h index 89d394a8..9e92570e 100644 --- a/alc/export_list.h +++ b/alc/export_list.h @@ -489,6 +489,12 @@ inline const EnumExport alcEnumerations[]{ DECL(ALC_CONTEXT_FLAGS_EXT), DECL(ALC_CONTEXT_DEBUG_BIT_EXT), + DECL(ALC_PLAYBACK_DEVICE_SOFT), + DECL(ALC_CAPTURE_DEVICE_SOFT), + DECL(ALC_EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT), + DECL(ALC_EVENT_TYPE_DEVICE_ADDED_SOFT), + DECL(ALC_EVENT_TYPE_DEVICE_REMOVED_SOFT), + DECL(AL_INVALID), DECL(AL_NONE), |