- 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`. |
||
|---|---|---|
| .. | ||
| collada.cpp | ||
| collada.h | ||
| editor_import_collada.cpp | ||
| editor_import_collada.h | ||
| post_import_plugin_skeleton_renamer.cpp | ||
| post_import_plugin_skeleton_renamer.h | ||
| post_import_plugin_skeleton_rest_fixer.cpp | ||
| post_import_plugin_skeleton_rest_fixer.h | ||
| post_import_plugin_skeleton_track_organizer.cpp | ||
| post_import_plugin_skeleton_track_organizer.h | ||
| resource_importer_obj.cpp | ||
| resource_importer_obj.h | ||
| resource_importer_scene.cpp | ||
| resource_importer_scene.h | ||
| scene_import_settings.cpp | ||
| scene_import_settings.h | ||