- Removes `native_menu.h` dependency from `display_server.h`. It's now forward-declared in all DisplayServer implementations and should be included in the .cpp's. - Removes some unused `rb_set.h` and `rb_map.h` dependencies, which leads to having to include them explicitly in half the scene and editor codebase... which shows how much we depend on `display_server.h`. - Forward-declare `input_event.h`, so now we need only `keyboard.h`. |
||
|---|---|---|
| .. | ||
| control_editor_plugin.cpp | ||
| control_editor_plugin.h | ||
| font_config_plugin.cpp | ||
| font_config_plugin.h | ||
| margin_container_editor_plugin.cpp | ||
| margin_container_editor_plugin.h | ||
| SCsub | ||
| style_box_editor_plugin.cpp | ||
| style_box_editor_plugin.h | ||
| theme_editor_plugin.cpp | ||
| theme_editor_plugin.h | ||
| theme_editor_preview.cpp | ||
| theme_editor_preview.h | ||
| virtual_joystick_editor_plugin.cpp | ||
| virtual_joystick_editor_plugin.h | ||