mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:57:44 +00:00
AudioServer: Move ClientAudioStream to own files
This class will only grow, and it should really have its own files.
This commit is contained in:
parent
3406d500a4
commit
aacb4fc590
6 changed files with 181 additions and 95 deletions
|
@ -10,6 +10,7 @@ compile_ipc(AudioManagerClient.ipc AudioManagerClientEndpoint.h)
|
|||
compile_ipc(AudioManagerServer.ipc AudioManagerServerEndpoint.h)
|
||||
|
||||
set(SOURCES
|
||||
ClientAudioStream.cpp
|
||||
ConnectionFromClient.cpp
|
||||
ConnectionFromManagerClient.cpp
|
||||
Mixer.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue