mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
a46edc2f8b
The AppKit Application class is responsible for launching all helper processes. This had to be moved to a .cpp file because we were unable to include headers with the Protocol namespace in .mm files, as they would conflict with the Protocol interface defined by Apple. Now that this namespace has been renamed to Requests, we can remove this workaround. |
||
---|---|---|
.. | ||
Application | ||
UI | ||
Utilities | ||
CMakeLists.txt | ||
main.mm | ||
module.modulemap |