mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
* This solution is much cleaner than the one in 3.x thanks to the use of callables. * Works without issues in any language (no need to worry about camel or snake case). * Editor code uses a compatibility function (too much work to redo). Fixes #59899 |
||
|---|---|---|
| .. | ||
| editor_export.cpp | ||
| editor_export.h | ||
| editor_export_platform.cpp | ||
| editor_export_platform.h | ||
| editor_export_platform_pc.cpp | ||
| editor_export_platform_pc.h | ||
| editor_export_plugin.cpp | ||
| editor_export_plugin.h | ||
| editor_export_preset.cpp | ||
| editor_export_preset.h | ||
| editor_export_shared_object.h | ||
| export_template_manager.cpp | ||
| export_template_manager.h | ||
| project_export.cpp | ||
| project_export.h | ||
| SCsub | ||