Move the config function declarations to their own header
commit8aa9e35f8c743c1336142a0a49eaeee19a6d33d3
authorChris Robinson <chris.kcat@gmail.com>
Thu, 11 Jan 2018 15:56:54 +0000 (11 07:56 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 11 Jan 2018 15:56:54 +0000 (11 07:56 -0800)
treebc210336ae8961164a6b3e33d25fddccf7b50fcb
parent81b13f78ea27aaa6704457124931148244fd1614
Move the config function declarations to their own header

And rename alcConfig.c to alconfig.c for consistency.
15 files changed:
Alc/ALc.c
Alc/alconfig.c [moved from Alc/alcConfig.c with 99% similarity]
Alc/alconfig.h [new file with mode: 0644]
Alc/backends/alsa.c
Alc/backends/jack.c
Alc/backends/oss.c
Alc/backends/portaudio.c
Alc/backends/pulseaudio.c
Alc/backends/solaris.c
Alc/backends/wave.c
Alc/hrtf.c
Alc/mixer.c
Alc/panning.c
CMakeLists.txt
OpenAL32/Include/alMain.h