mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 14:18:15 +00:00
Remove superfluous includes from IPCCompiler's generated output and add include directives in IPC definitions where appropriate.
9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
#include <LibCore/AnonymousBuffer.h>
|
|
|
|
endpoint AudioClient
|
|
{
|
|
finished_playing_buffer(i32 buffer_id) =|
|
|
muted_state_changed(bool muted) =|
|
|
main_mix_volume_changed(i32 volume) =|
|
|
}
|