diff options
Diffstat (limited to 'alc/export_list.h')
-rw-r--r-- | alc/export_list.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/alc/export_list.h b/alc/export_list.h index 8bedd850..ed1165d0 100644 --- a/alc/export_list.h +++ b/alc/export_list.h @@ -56,6 +56,9 @@ inline const FuncExport alcFunctions[]{ DECL(alcReopenDeviceSOFT), + DECL(alcEventControlSOFT), + DECL(alcEventCallbackSOFT), + DECL(alEnable), DECL(alDisable), DECL(alIsEnabled), @@ -365,9 +368,7 @@ inline const FuncExport alcFunctions[]{ DECL(alPopDebugGroupDirectEXT), DECL(alGetDebugMessageLogDirectEXT), - DECL(alcEventControlSOFT), - DECL(alcEventCallbackSOFT), - + /* Extra functions */ DECL(alsoft_set_log_callback), #ifdef ALSOFT_EAX }, eaxFunctions[]{ |