From 65d0196db6f09292c3eb3c106d6ca543ad937e82 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 2 Jul 2023 13:21:48 -0700 Subject: Add a function to set a callback for log messages --- alc/export_list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alc/export_list.h') diff --git a/alc/export_list.h b/alc/export_list.h index 7b347e76..8bedd850 100644 --- a/alc/export_list.h +++ b/alc/export_list.h @@ -367,6 +367,8 @@ inline const FuncExport alcFunctions[]{ DECL(alcEventControlSOFT), DECL(alcEventCallbackSOFT), + + DECL(alsoft_set_log_callback), #ifdef ALSOFT_EAX }, eaxFunctions[]{ DECL(EAXGet), -- cgit v1.2.3