ladybird/Servers/AudioServer
Andreas Kling 8f7333f080 LibCore: Add a forward declaration header
This patch adds <LibCore/Forward.h> and uses it in various places to
shrink the header dependency graph.
2020-02-14 23:31:18 +01:00
..
ASClientConnection.cpp IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
ASClientConnection.h IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
ASEventLoop.cpp LibIPC: Put all classes in the IPC namespace and remove the leading I 2020-02-05 19:57:18 +01:00
ASEventLoop.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ASMixer.cpp LibAudio: Put all classes in the Audio namespace and remove leading A 2020-02-06 10:40:02 +01:00
ASMixer.h LibCore: Add a forward declaration header 2020-02-14 23:31:18 +01:00
AudioClient.ipc AudioServer: Broadcast muted state changes to all clients 2019-11-23 17:21:12 +01:00
AudioServer.ipc LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED) 2019-12-06 18:39:59 +01:00
main.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Makefile Build: consider IPCCOMPILER and FORMCOMPILER just for ordering 2019-12-28 21:09:33 +01:00