mirror of
https://github.com/RGBCube/serenity
synced 2026-01-20 01:51:00 +00:00
This also resolves some typing issues that only 'accidentally' worked, like declaring a function to return type A, and the definition actually returning type B (which works if type B is a subtype of type A). I like to call these "ninja imports". To prevent problems like this in the future, I put all globals in a HackStudio.h. I'm not sure about the name, but main.h and common.h felt wrong. |
||
|---|---|---|
| .. | ||
| FormCompiler | ||
| HackStudio | ||
| Inspector | ||
| IPCCompiler | ||
| Profiler | ||
| UserspaceEmulator | ||
| VisualBuilder | ||
| CMakeLists.txt | ||