diff options
author | Chris Robinson <[email protected]> | 2018-01-11 07:56:54 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-11 07:56:54 -0800 |
commit | 8aa9e35f8c743c1336142a0a49eaeee19a6d33d3 (patch) | |
tree | bc210336ae8961164a6b3e33d25fddccf7b50fcb /Alc/backends/portaudio.c | |
parent | 81b13f78ea27aaa6704457124931148244fd1614 (diff) |
Move the config function declarations to their own header
And rename alcConfig.c to alconfig.c for consistency.
Diffstat (limited to 'Alc/backends/portaudio.c')
-rw-r--r-- | Alc/backends/portaudio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/backends/portaudio.c b/Alc/backends/portaudio.c index 807e8000..0f4672c4 100644 --- a/Alc/backends/portaudio.c +++ b/Alc/backends/portaudio.c @@ -26,6 +26,7 @@ #include "alMain.h" #include "alu.h" +#include "alconfig.h" #include "compat.h" #include "backends/base.h" |