From 57387505d8ef87f44a04e15b8b1b3c4b546f4103 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 7 Nov 2014 15:47:41 -0800 Subject: [PATCH] Move a declaration --- OpenAL32/Include/alMain.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 297919c8..2ec402cb 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -530,7 +530,7 @@ enum Channel { InvalidChannel }; -#define MAX_OUTPUT_CHANNELS (8) + /* Device formats */ enum DevFmtType { @@ -557,6 +557,7 @@ enum DevFmtChannels { DevFmtChannelsDefault = DevFmtStereo }; +#define MAX_OUTPUT_CHANNELS (8) ALuint BytesFromDevFmt(enum DevFmtType type) DECL_CONST; ALuint ChannelsFromDevFmt(enum DevFmtChannels chans) DECL_CONST; -- 2.11.4.GIT