diff options
author | Chris Robinson <[email protected]> | 2014-11-07 15:47:41 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-07 15:47:41 -0800 |
commit | 57387505d8ef87f44a04e15b8b1b3c4b546f4103 (patch) | |
tree | 67ce771b4eb9d897044f1fda975bf0ad246d04ab /OpenAL32/Include/alMain.h | |
parent | 01a1e6f102d2a3c49b306db41609b8a673ff1813 (diff) |
Move a declaration
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |