aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-10-02 21:19:34 -0700
committerChris Robinson <[email protected]>2014-10-02 21:19:34 -0700
commit70b23ab77f99c6e4baeca3cb74355a027cf6769d (patch)
treebadc3fce317db7928dc2ddf06b870cf96c32413b /Alc/ALc.c
parent79fb86d8f79459b0144e4de750e9b6f07c4de473 (diff)
Add a helper to search for a channel index by name
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 6a0a1ed0..04c3f398 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1535,6 +1535,8 @@ void SetDefaultChannelOrder(ALCdevice *device)
}
}
+extern inline ALint GetChannelIdxByName(const ALCdevice *device, enum Channel chan);
+
/* alcSetError
*