aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
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
*