diff options
author | Chris Robinson <[email protected]> | 2013-12-25 22:39:38 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-25 22:39:38 -0800 |
commit | 35f9e35aa361c6f1f05539cb2ca01508fdd1ce59 (patch) | |
tree | 4e25f5903785bccbb191c5d67f8eedafccd41023 /Alc | |
parent | b5ae424dbd400abf6287cad94bea77143d0dcc2a (diff) |
Add methods to set and get sounds on a preset
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -295,6 +295,7 @@ static const ALCfunction alcFunctions[] = { DECL(alPresetiSOFT), DECL(alPresetivSOFT), DECL(alGetPresetivSOFT), + DECL(alPresetFontsoundsSOFT), DECL(alGenFontsoundsSOFT), DECL(alDeleteFontsoundsSOFT), DECL(alIsFontsoundSOFT), |