aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-11-30 20:37:37 -0800
committerChris Robinson <[email protected]>2013-11-30 20:37:37 -0800
commit2633fbfc4b79f3fca88f200a264aefbd892ae207 (patch)
tree698db58cc716abe45f1663201428badd38224952 /Alc/ALc.c
parente0babed29bbb52df0f853de44fb9670bde3607a4 (diff)
Add a method to check if a file is a soundfont
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index eb1e83b2..0a3c8321 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -280,6 +280,7 @@ static const ALCfunction alcFunctions[] = {
DECL(alGetSource3i64SOFT),
DECL(alGetSourcei64vSOFT),
+ DECL(alIsSoundfontSOFT),
DECL(alMidiSoundfontSOFT),
DECL(alMidiEventSOFT),
DECL(alMidiSysExSOFT),