diff options
author | Chris Robinson <[email protected]> | 2023-07-06 11:35:27 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-07-07 10:30:17 -0700 |
commit | b48f47bf87b48d5a2e56a6f37abc300336b9da10 (patch) | |
tree | 50fefcb28c223c5b7b3658c896ee0dd3f7d9c05f /alc | |
parent | 05f9ce8b978239cebecef1a60f0d451a118fa3df (diff) |
Better order some functions in the export list
Diffstat (limited to 'alc')
-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[]{ |