aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-12-23 04:07:53 -0800
committerChris Robinson <[email protected]>2013-12-23 04:07:53 -0800
commita43b296c60619e20095bdddcdaf0ad8e5ab87549 (patch)
tree8556b723fb677e70051eb7d248c578b7d3364b55 /Alc/ALc.c
parentd7de86966d677366d8514a32be46b3040d9bc902 (diff)
Add methods to get and set presets on a soundfont
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index d55ab4b9..c9b46e20 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -287,6 +287,8 @@ static const ALCfunction alcFunctions[] = {
DECL(alSoundfontSamplesSOFT),
DECL(alSoundfontMapSamplesSOFT),
DECL(alSoundfontUnmapSamplesSOFT),
+ DECL(alGetSoundfontivSOFT),
+ DECL(alSoundfontPresetsSOFT),
DECL(alGenPresetsSOFT),
DECL(alDeletePresetsSOFT),
DECL(alIsPresetSOFT),