1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/GMLCompiler
Tim Schumacher 35d4b36201 GMLCompiler: Fully qualify child class names
If we don't do this, and there a class in a namespace with the same
name, type resolution gets confused between `<namespace>::<class>` and
`<class>::<constructor>`.
2023-12-08 01:06:09 +01:00
..
CMakeLists.txt Meta+Userland: Allow generating C++ initializer code from GML 2023-08-11 21:33:48 +02:00
main.cpp GMLCompiler: Fully qualify child class names 2023-12-08 01:06:09 +01:00