[client] audio: move audio code into it's own unit

This commit is contained in:
Geoffrey McRae
2022-01-06 23:24:13 +11:00
parent e6bd36ec7c
commit a114ea3de4
5 changed files with 192 additions and 87 deletions

View File

@@ -122,6 +122,7 @@ set(SOURCES
src/main.c
src/core.c
src/app.c
src/audio.c
src/config.c
src/keybind.c
src/ll.c