aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-01-13 00:20:14 -0800
committerChris Robinson <[email protected]>2014-01-13 00:20:14 -0800
commit0c80f62de7268cd102c45f7253e58479c4c78141 (patch)
tree758db947e1c19964b3e7b028742c1bbbe175e67e /Alc
parent6f3dac6f584245adc2a9fb360cc08459eb2f8a6b (diff)
Add a method to get soundfont samples
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 0e790379..3237dcd8 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -285,6 +285,7 @@ static const ALCfunction alcFunctions[] = {
DECL(alDeleteSoundfontsSOFT),
DECL(alIsSoundfontSOFT),
DECL(alSoundfontSamplesSOFT),
+ DECL(alGetSoundfontSamplesSOFT),
DECL(alSoundfontMapSamplesSOFT),
DECL(alSoundfontUnmapSamplesSOFT),
DECL(alGetSoundfontivSOFT),