mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 20:41:00 +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.
4 lines
69 B
Text
4 lines
69 B
Text
endpoint AudioClient
|
|
{
|
|
FinishedPlayingBuffer(i32 buffer_id) =|
|
|
}
|