diff options
author | Chris Robinson <[email protected]> | 2012-08-20 14:48:08 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-08-20 14:48:08 -0700 |
commit | 50fa9a44be948e11965cc1c79a037e1703360565 (patch) | |
tree | 07cd461969de5312303b811d5b039a7208d014fd /Alc | |
parent | 4937a48bd9b185d1675bb6353d66016338e8cd1d (diff) |
Properly export alGetSource3i64SOFT
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -256,6 +256,7 @@ static const ALCfunction alcFunctions[] = { DECL(alProcessUpdatesSOFT), DECL(alGetSourcei64SOFT), + DECL(alGetSource3i64SOFT), DECL(alGetSourcei64vSOFT), { NULL, NULL } |