From b48f47bf87b48d5a2e56a6f37abc300336b9da10 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 6 Jul 2023 11:35:27 -0700 Subject: Better order some functions in the export list --- alc/export_list.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'alc/export_list.h') 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[]{ -- cgit v1.2.3