diff options
author | Chris Robinson <[email protected]> | 2014-01-13 00:20:14 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-01-13 00:20:14 -0800 |
commit | 0c80f62de7268cd102c45f7253e58479c4c78141 (patch) | |
tree | 758db947e1c19964b3e7b028742c1bbbe175e67e /Alc | |
parent | 6f3dac6f584245adc2a9fb360cc08459eb2f8a6b (diff) |
Add a method to get soundfont samples
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -285,6 +285,7 @@ static const ALCfunction alcFunctions[] = { DECL(alDeleteSoundfontsSOFT), DECL(alIsSoundfontSOFT), DECL(alSoundfontSamplesSOFT), + DECL(alGetSoundfontSamplesSOFT), DECL(alSoundfontMapSamplesSOFT), DECL(alSoundfontUnmapSamplesSOFT), DECL(alGetSoundfontivSOFT), |