mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 02:26:10 +00:00
LibIPC: Add a simple IPC::Dictionary type (String key -> String value)
This commit is contained in:
parent
dce3faff08
commit
78943f031e
Notes:
sideshowbarker
2024-07-19 07:00:34 +09:00
Author: https://github.com/awesomekling
Commit: 78943f031e
9 changed files with 101 additions and 0 deletions
|
@ -230,6 +230,7 @@ int main(int argc, char** argv)
|
|||
out() << "#include <LibGfx/Rect.h>";
|
||||
out() << "#include <LibGfx/ShareableBitmap.h>";
|
||||
out() << "#include <LibIPC/Decoder.h>";
|
||||
out() << "#include <LibIPC/Dictionary.h>";
|
||||
out() << "#include <LibIPC/Encoder.h>";
|
||||
out() << "#include <LibIPC/Endpoint.h>";
|
||||
out() << "#include <LibIPC/Message.h>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue