diff options
author | Chris Robinson <[email protected]> | 2014-10-02 21:19:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-10-02 21:19:34 -0700 |
commit | 70b23ab77f99c6e4baeca3cb74355a027cf6769d (patch) | |
tree | badc3fce317db7928dc2ddf06b870cf96c32413b /Alc/ALc.c | |
parent | 79fb86d8f79459b0144e4de750e9b6f07c4de473 (diff) |
Add a helper to search for a channel index by name
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1535,6 +1535,8 @@ void SetDefaultChannelOrder(ALCdevice *device) } } +extern inline ALint GetChannelIdxByName(const ALCdevice *device, enum Channel chan); + /* alcSetError * |