From 1bd828603e266db7b08a3ca5670e7cd2575357a4 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 19 Dec 2013 04:19:03 -0800 Subject: Add functions to set a soundfont's sample data --- Alc/ALc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Alc/ALc.c') diff --git a/Alc/ALc.c b/Alc/ALc.c index 9dcc5be0..15bc62f1 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -284,6 +284,9 @@ static const ALCfunction alcFunctions[] = { DECL(alGenSoundfontsSOFT), DECL(alDeleteSoundfontsSOFT), DECL(alIsSoundfontSOFT), + DECL(alSoundfontSamplesSOFT), + DECL(alSoundfontMapSamplesSOFT), + DECL(alSoundfontUnmapSamplesSOFT), DECL(alGenPresetsSOFT), DECL(alDeletePresetsSOFT), DECL(alIsPresetSOFT), -- cgit v1.2.3