diff options
author | Chris Robinson <[email protected]> | 2013-12-19 04:19:03 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-19 04:19:03 -0800 |
commit | 1bd828603e266db7b08a3ca5670e7cd2575357a4 (patch) | |
tree | ff2a51d273860211f513bb1a79a4b836d52e4316 /Alc/ALc.c | |
parent | 03a6bf22a52a4b1216f33dd2d9bddaa9f79e6a01 (diff) |
Add functions to set a soundfont's sample data
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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), |