aboutsummaryrefslogtreecommitdiffstats
path: root/alc/export_list.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-07-02 13:21:48 -0700
committerChris Robinson <[email protected]>2023-07-02 13:21:48 -0700
commit65d0196db6f09292c3eb3c106d6ca543ad937e82 (patch)
tree042aa7c0c10a2a0bbdd6a067b2778278c90fefc6 /alc/export_list.h
parent548f7ad80abc253a38171b7e4eb1c84a6b179a41 (diff)
Add a function to set a callback for log messages
Diffstat (limited to 'alc/export_list.h')
-rw-r--r--alc/export_list.h2
1 files changed, 2 insertions, 0 deletions
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),