mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 05:39:55 +00:00
Instead of doing everything manually in C++, let's do some codegen. This patch adds a crude but effective IPC definition parser, along with two initial definition files for the AudioServer's client and server endpoints.
5 lines
69 B
Plaintext
5 lines
69 B
Plaintext
endpoint AudioClient
|
|
{
|
|
FinishedPlayingBuffer(i32 buffer_id) =|
|
|
}
|