diff options
author | Chris Robinson <[email protected]> | 2013-11-30 20:37:37 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-11-30 20:37:37 -0800 |
commit | 2633fbfc4b79f3fca88f200a264aefbd892ae207 (patch) | |
tree | 698db58cc716abe45f1663201428badd38224952 /Alc/ALc.c | |
parent | e0babed29bbb52df0f853de44fb9670bde3607a4 (diff) |
Add a method to check if a file is a soundfont
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -280,6 +280,7 @@ static const ALCfunction alcFunctions[] = { DECL(alGetSource3i64SOFT), DECL(alGetSourcei64vSOFT), + DECL(alIsSoundfontSOFT), DECL(alMidiSoundfontSOFT), DECL(alMidiEventSOFT), DECL(alMidiSysExSOFT), |