diff --git a/core/variant/variant.cpp b/core/variant/variant.cpp index 84af5f1b0..51a78e914 100644 --- a/core/variant/variant.cpp +++ b/core/variant/variant.cpp @@ -37,7 +37,7 @@ #include "core/string/print_string.h" #include "core/object/resource.h" #include "core/variant/variant_parser.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/main/node.h" String Variant::get_type_name(Variant::Type p_type) { diff --git a/editor/animation_bezier_editor.cpp b/editor/animation_bezier_editor.cpp index 66dd5a25e..c9a696048 100644 --- a/editor/animation_bezier_editor.cpp +++ b/editor/animation_bezier_editor.cpp @@ -49,7 +49,7 @@ #include "core/object/undo_redo.h" #include "editor/animation_track_editor.h" #include "editor/editor_settings.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/option_button.h" #include "scene/gui/popup_menu.h" #include "scene/gui/range.h" diff --git a/editor/animation_bezier_editor.h b/editor/animation_bezier_editor.h index f16a2a049..849603c9c 100644 --- a/editor/animation_bezier_editor.h +++ b/editor/animation_bezier_editor.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "core/containers/rb_map.h" #include "core/math/rect2.h" diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp index 35dede947..e45437cff 100644 --- a/editor/animation_track_editor.cpp +++ b/editor/animation_track_editor.cpp @@ -63,8 +63,8 @@ #include "editor/scene_tree_editor.h" #include "editor_node.h" #include "editor_scale.h" -#include "scene/2d/canvas_item.h" -#include "scene/3d/spatial.h" +#include "scene/main/canvas_item.h" +#include "scene/main/spatial.h" #include "scene/animation/animation_player.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index a439db781..20da3e1f7 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -32,7 +32,7 @@ #include "core/object/reference.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/range.h" #include "scene/gui/slider.h" diff --git a/editor/connections_dialog.cpp b/editor/connections_dialog.cpp index a7de3db0b..d99874bcf 100644 --- a/editor/connections_dialog.cpp +++ b/editor/connections_dialog.cpp @@ -61,7 +61,7 @@ #include "scene/gui/button.h" #include "scene/gui/check_box.h" #include "scene/gui/check_button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" #include "scene/gui/margin_container.h" diff --git a/editor/create_dialog.cpp b/editor/create_dialog.cpp index ca6441f31..fbb190c8d 100644 --- a/editor/create_dialog.cpp +++ b/editor/create_dialog.cpp @@ -47,10 +47,10 @@ #include "editor_node.h" #include "editor_scale.h" #include "editor_settings.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/line_edit.h" #include "scene/gui/popup.h" #include "scene/gui/rich_text_label.h" diff --git a/editor/dependency_editor.cpp b/editor/dependency_editor.cpp index 081b9bc4f..2aee63223 100644 --- a/editor/dependency_editor.cpp +++ b/editor/dependency_editor.cpp @@ -55,7 +55,7 @@ #include "editor/editor_settings.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/item_list.h" #include "scene/gui/label.h" #include "scene/gui/popup_menu.h" diff --git a/editor/editor_about.cpp b/editor/editor_about.cpp index 2c6381d29..19968e1fd 100644 --- a/editor/editor_about.cpp +++ b/editor/editor_about.cpp @@ -43,7 +43,7 @@ #include "core/variant/variant.h" #include "editor/editor_scale.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/item_list.h" #include "scene/gui/label.h" #include "scene/gui/link_button.h" diff --git a/editor/editor_audio_buses.cpp b/editor/editor_audio_buses.cpp index 75ece2689..5f1a70b0b 100644 --- a/editor/editor_audio_buses.cpp +++ b/editor/editor_audio_buses.cpp @@ -51,7 +51,7 @@ #include "editor_node.h" #include "editor_scale.h" #include "filesystem_dock.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/button.h" #include "scene/gui/label.h" #include "scene/gui/menu_button.h" diff --git a/editor/editor_audio_buses.h b/editor/editor_audio_buses.h index 2120fb34f..a86a95541 100644 --- a/editor/editor_audio_buses.h +++ b/editor/editor_audio_buses.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "editor_plugin.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/panel_container.h" #include "scene/gui/box_container.h" diff --git a/editor/editor_autoload_settings.cpp b/editor/editor_autoload_settings.cpp index 6deb10004..ac57f2790 100644 --- a/editor/editor_autoload_settings.cpp +++ b/editor/editor_autoload_settings.cpp @@ -56,7 +56,7 @@ #include "core/containers/vector.h" #include "editor/editor_file_dialog.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" #include "scene/gui/tree.h" diff --git a/editor/editor_dir_dialog.cpp b/editor/editor_dir_dialog.cpp index d8d36dfb2..bf5f48e32 100644 --- a/editor/editor_dir_dialog.cpp +++ b/editor/editor_dir_dialog.cpp @@ -44,7 +44,7 @@ #include "core/os/dir_access.h" #include "core/os/memory.h" #include "core/variant/variant.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/tree.h" #include "scene/main/node.h" diff --git a/editor/editor_file_dialog.cpp b/editor/editor_file_dialog.cpp index 35c3f7063..5e9b4b1de 100644 --- a/editor/editor_file_dialog.cpp +++ b/editor/editor_file_dialog.cpp @@ -55,7 +55,7 @@ #include "scene/gui/base_button.h" #include "scene/gui/button.h" #include "scene/gui/center_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/item_list.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index ff3ec9a67..b6b6ec1ca 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -51,8 +51,8 @@ #include "editor_node.h" #include "editor_scale.h" #include "editor_settings.h" -#include "scene/2d/canvas_item.h" -#include "scene/gui/control.h" +#include "scene/main/canvas_item.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" #include "scene/gui/scroll_bar.h" diff --git a/editor/editor_help_search.cpp b/editor/editor_help_search.cpp index 1b0331ccb..a146791b5 100644 --- a/editor/editor_help_search.cpp +++ b/editor/editor_help_search.cpp @@ -46,7 +46,7 @@ #include "editor/editor_settings.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/line_edit.h" #include "scene/gui/option_button.h" #include "scene/gui/popup.h" diff --git a/editor/editor_inspector.cpp b/editor/editor_inspector.cpp index 877501986..a88158ff5 100644 --- a/editor/editor_inspector.cpp +++ b/editor/editor_inspector.cpp @@ -53,7 +53,7 @@ #include "editor_scale.h" #include "editor_settings.h" #include "multi_node_edit.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/box_container.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" diff --git a/editor/editor_inspector.h b/editor/editor_inspector.h index 71e93d06c..ba0da7eaf 100644 --- a/editor/editor_inspector.h +++ b/editor/editor_inspector.h @@ -32,7 +32,7 @@ #include "core/object/reference.h" #include "scene/gui/container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/scroll_container.h" #include "core/containers/list.h" diff --git a/editor/editor_layouts_dialog.cpp b/editor/editor_layouts_dialog.cpp index c7b20e6ef..d3b3f9b0c 100644 --- a/editor/editor_layouts_dialog.cpp +++ b/editor/editor_layouts_dialog.cpp @@ -45,7 +45,7 @@ #include "core/string/ustring.h" #include "core/variant/variant.h" #include "core/containers/vector.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" void EditorLayoutsDialog::_line_gui_input(const Ref &p_event) { Ref k = p_event; diff --git a/editor/editor_log.cpp b/editor/editor_log.cpp index cbf3ff2b0..6848820bf 100644 --- a/editor/editor_log.cpp +++ b/editor/editor_log.cpp @@ -43,7 +43,7 @@ #include "editor_node.h" #include "editor_scale.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" #include "scene/gui/rich_text_label.h" diff --git a/editor/editor_network_profiler.cpp b/editor/editor_network_profiler.cpp index 7ca8349b2..093cd8c7b 100644 --- a/editor/editor_network_profiler.cpp +++ b/editor/editor_network_profiler.cpp @@ -41,7 +41,7 @@ #include "core/string/ustring.h" #include "core/variant/variant.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/tree.h" #include "scene/main/node.h" diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index b8c75cdbf..d43324ef2 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -162,7 +162,7 @@ #include "scene/gui/box_container.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/file_dialog.h" #include "scene/gui/label.h" diff --git a/editor/editor_node.h b/editor/editor_node.h index 24d2b4b6f..dcda739e8 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -63,7 +63,7 @@ #include "core/variant/dictionary.h" #include "core/variant/variant.h" #include "editor/editor_data.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/resources/texture.h" #include "scene/resources/theme.h" diff --git a/editor/editor_path.cpp b/editor/editor_path.cpp index a2eaebf5d..8d9d0ef7d 100644 --- a/editor/editor_path.cpp +++ b/editor/editor_path.cpp @@ -45,7 +45,7 @@ #include "core/variant/variant.h" #include "editor/editor_data.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/margin_container.h" #include "scene/gui/popup_menu.h" diff --git a/editor/editor_plugin.cpp b/editor/editor_plugin.cpp index 12a040dbd..e071db2e2 100644 --- a/editor/editor_plugin.cpp +++ b/editor/editor_plugin.cpp @@ -66,7 +66,7 @@ #include "scene/3d/camera.h" #include "scene/gui/box_container.h" #include "scene/gui/container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/popup_menu.h" #include "scene/gui/split_container.h" #include "scene/gui/tab_container.h" diff --git a/editor/editor_plugin_settings.cpp b/editor/editor_plugin_settings.cpp index f366fe776..86481d584 100644 --- a/editor/editor_plugin_settings.cpp +++ b/editor/editor_plugin_settings.cpp @@ -44,7 +44,7 @@ #include "editor_node.h" #include "editor_scale.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/tree.h" #include "scene/main/node.h" diff --git a/editor/editor_profiler.cpp b/editor/editor_profiler.cpp index 29af9bbe5..801c1d839 100644 --- a/editor/editor_profiler.cpp +++ b/editor/editor_profiler.cpp @@ -42,7 +42,7 @@ #include "core/os/memory.h" #include "core/variant/variant.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/option_button.h" #include "scene/gui/spin_box.h" diff --git a/editor/editor_properties.cpp b/editor/editor_properties.cpp index 186b3972a..43d7ac2b4 100644 --- a/editor/editor_properties.cpp +++ b/editor/editor_properties.cpp @@ -65,12 +65,12 @@ #include "editor_node.h" #include "editor_properties_array_dict.h" #include "editor_scale.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" #include "scene/gui/color_picker.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/grid_container.h" #include "scene/gui/label.h" diff --git a/editor/editor_properties_array_dict.cpp b/editor/editor_properties_array_dict.cpp index c81252723..10b39c82b 100644 --- a/editor/editor_properties_array_dict.cpp +++ b/editor/editor_properties_array_dict.cpp @@ -51,7 +51,7 @@ #include "editor_properties.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/panel_container.h" #include "scene/gui/popup_menu.h" diff --git a/editor/editor_resource_picker.cpp b/editor/editor_resource_picker.cpp index 6765847aa..66e73e16d 100644 --- a/editor/editor_resource_picker.cpp +++ b/editor/editor_resource_picker.cpp @@ -56,9 +56,9 @@ #include "editor_scale.h" #include "editor_settings.h" #include "filesystem_dock.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/popup_menu.h" #include "scene/gui/tab_container.h" #include "scene/gui/texture_rect.h" diff --git a/editor/editor_resource_preview.cpp b/editor/editor_resource_preview.cpp index 3d63cf83b..edad4d876 100644 --- a/editor/editor_resource_preview.cpp +++ b/editor/editor_resource_preview.cpp @@ -48,7 +48,7 @@ #include "core/os/os.h" #include "core/object/script_language.h" #include "core/typedefs.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "servers/rendering_server.h" bool EditorResourcePreviewGenerator::handles(const String &p_type) const { diff --git a/editor/editor_sectioned_inspector.cpp b/editor/editor_sectioned_inspector.cpp index 4df0ff9a0..3d1baed6c 100644 --- a/editor/editor_sectioned_inspector.cpp +++ b/editor/editor_sectioned_inspector.cpp @@ -42,7 +42,7 @@ #include "core/containers/vector.h" #include "editor/editor_inspector.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/line_edit.h" #include "scene/gui/tree.h" diff --git a/editor/editor_spin_slider.cpp b/editor/editor_spin_slider.cpp index 9c4404ea6..6f2350ee1 100644 --- a/editor/editor_spin_slider.cpp +++ b/editor/editor_spin_slider.cpp @@ -47,8 +47,8 @@ #include "core/os/memory.h" #include "core/typedefs.h" #include "core/variant/variant.h" -#include "scene/2d/canvas_item.h" -#include "scene/gui/control.h" +#include "scene/main/canvas_item.h" +#include "scene/main/control.h" #include "scene/gui/line_edit.h" #include "scene/gui/popup_menu.h" #include "scene/gui/texture_rect.h" diff --git a/editor/editor_sub_scene.cpp b/editor/editor_sub_scene.cpp index c6dbb2df3..28b7601dc 100644 --- a/editor/editor_sub_scene.cpp +++ b/editor/editor_sub_scene.cpp @@ -40,10 +40,10 @@ #include "core/string/string_name.h" #include "core/variant/variant.h" #include "editor/editor_file_dialog.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/line_edit.h" #include "scene/gui/tree.h" #include "scene/main/node.h" diff --git a/editor/export_template_manager.cpp b/editor/export_template_manager.cpp index f243453a4..d1a81716e 100644 --- a/editor/export_template_manager.cpp +++ b/editor/export_template_manager.cpp @@ -51,10 +51,10 @@ #include "editor_node.h" #include "editor_scale.h" #include "progress_dialog.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/file_dialog.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 4f327a63e..9cc8ab515 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -64,7 +64,7 @@ #include "editor_settings.h" #include "import_dock.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/item_list.h" #include "scene/gui/label.h" diff --git a/editor/find_in_files.cpp b/editor/find_in_files.cpp index 639b28b48..2d56a57c8 100644 --- a/editor/find_in_files.cpp +++ b/editor/find_in_files.cpp @@ -58,7 +58,7 @@ #include "core/string/print_string.h" #include "core/object/reference.h" #include "core/typedefs.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/resources/font/font.h" const char *FindInFiles::SIGNAL_RESULT_FOUND = "result_found"; diff --git a/editor/find_in_files.h b/editor/find_in_files.h index c084eec11..c313cd397 100644 --- a/editor/find_in_files.h +++ b/editor/find_in_files.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "scene/gui/dialogs.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/main/node.h" #include "core/containers/hash_map.h" diff --git a/editor/groups_editor.cpp b/editor/groups_editor.cpp index 63d3fd3f1..9ec8cdbc3 100644 --- a/editor/groups_editor.cpp +++ b/editor/groups_editor.cpp @@ -48,7 +48,7 @@ #include "core/variant/variant.h" #include "editor/scene_tree_dock.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/line_edit.h" #include "scene/gui/tool_button.h" #include "scene/gui/tree.h" diff --git a/editor/import_defaults_editor.cpp b/editor/import_defaults_editor.cpp index 92a2edf13..451176d6a 100644 --- a/editor/import_defaults_editor.cpp +++ b/editor/import_defaults_editor.cpp @@ -46,7 +46,7 @@ #include "editor/editor_inspector.h" #include "scene/gui/button.h" #include "scene/gui/center_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/option_button.h" diff --git a/editor/import_dock.cpp b/editor/import_dock.cpp index 1a4628e0e..cc14f120b 100644 --- a/editor/import_dock.cpp +++ b/editor/import_dock.cpp @@ -49,7 +49,7 @@ #include "editor/editor_inspector.h" #include "editor/editor_settings.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/label.h" #include "scene/gui/menu_button.h" diff --git a/editor/inspector_dock.cpp b/editor/inspector_dock.cpp index f73e6e166..f7bf2afb9 100644 --- a/editor/inspector_dock.cpp +++ b/editor/inspector_dock.cpp @@ -51,9 +51,9 @@ #include "editor/editor_path.h" #include "editor/editor_settings.h" #include "editor/plugins/animation_player_editor_plugin.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/line_edit.h" #include "scene/gui/menu_button.h" diff --git a/editor/node_dock.cpp b/editor/node_dock.cpp index 6dd48b20f..ce3788a38 100644 --- a/editor/node_dock.cpp +++ b/editor/node_dock.cpp @@ -38,7 +38,7 @@ #include "core/string/ustring.h" #include "editor/connections_dialog.h" #include "editor/groups_editor.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/tool_button.h" #include "scene/main/node.h" diff --git a/editor/pane_drag.cpp b/editor/pane_drag.cpp index a928757ae..f09171233 100644 --- a/editor/pane_drag.cpp +++ b/editor/pane_drag.cpp @@ -33,7 +33,7 @@ #include "core/object/class_db.h" #include "core/input/input_event.h" #include "core/variant/variant.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/resources/texture.h" void PaneDrag::_gui_input(const Ref &p_input) { diff --git a/editor/pane_drag.h b/editor/pane_drag.h index 227aed7d1..9e35ff438 100644 --- a/editor/pane_drag.h +++ b/editor/pane_drag.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "core/math/vector2.h" #include "core/object/object.h" diff --git a/editor/plugins/abstract_polygon_2d_editor.cpp b/editor/plugins/abstract_polygon_2d_editor.cpp index 602ecfab6..d04aaf335 100644 --- a/editor/plugins/abstract_polygon_2d_editor.cpp +++ b/editor/plugins/abstract_polygon_2d_editor.cpp @@ -47,9 +47,9 @@ #include "core/object/undo_redo.h" #include "editor/editor_node.h" #include "editor/editor_settings.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/separator.h" #include "scene/gui/tool_button.h" diff --git a/editor/plugins/animation_blend_space_1d_editor.cpp b/editor/plugins/animation_blend_space_1d_editor.cpp index b56488cf8..ad3ad0cd1 100644 --- a/editor/plugins/animation_blend_space_1d_editor.cpp +++ b/editor/plugins/animation_blend_space_1d_editor.cpp @@ -48,12 +48,12 @@ #include "editor/editor_file_dialog.h" #include "editor/editor_node.h" #include "editor/editor_settings.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/animation/animation_player.h" #include "scene/gui/base_button.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" #include "scene/gui/panel_container.h" diff --git a/editor/plugins/animation_blend_space_2d_editor.cpp b/editor/plugins/animation_blend_space_2d_editor.cpp index c5490cfc0..3b45c9009 100644 --- a/editor/plugins/animation_blend_space_2d_editor.cpp +++ b/editor/plugins/animation_blend_space_2d_editor.cpp @@ -52,11 +52,11 @@ #include "editor/editor_file_dialog.h" #include "editor/editor_node.h" #include "editor/editor_settings.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/base_button.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/grid_container.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" diff --git a/editor/plugins/animation_blend_tree_editor_plugin.cpp b/editor/plugins/animation_blend_tree_editor_plugin.cpp index a2574a9b6..b9f822057 100644 --- a/editor/plugins/animation_blend_tree_editor_plugin.cpp +++ b/editor/plugins/animation_blend_tree_editor_plugin.cpp @@ -47,13 +47,13 @@ #include "editor/editor_node.h" #include "editor/editor_scale.h" #include "editor/editor_settings.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/animation/animation_blend_tree.h" #include "scene/animation/animation_player.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/graph_edit.h" #include "scene/gui/graph_node.h" diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp index 3fc04a204..82faf46a8 100644 --- a/editor/plugins/animation_player_editor_plugin.cpp +++ b/editor/plugins/animation_player_editor_plugin.cpp @@ -66,7 +66,7 @@ #include "editor/scene_tree_editor.h" #include "scene/animation/animation_player.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" diff --git a/editor/plugins/animation_state_machine_editor.cpp b/editor/plugins/animation_state_machine_editor.cpp index 4e293afee..3ce05c001 100644 --- a/editor/plugins/animation_state_machine_editor.cpp +++ b/editor/plugins/animation_state_machine_editor.cpp @@ -50,7 +50,7 @@ #include "editor/editor_file_dialog.h" #include "editor/editor_node.h" #include "editor/editor_settings.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/base_button.h" #include "scene/gui/box_container.h" #include "scene/gui/label.h" diff --git a/editor/plugins/animation_tree_editor_plugin.cpp b/editor/plugins/animation_tree_editor_plugin.cpp index 23fe90830..9bb5a4ead 100644 --- a/editor/plugins/animation_tree_editor_plugin.cpp +++ b/editor/plugins/animation_tree_editor_plugin.cpp @@ -49,7 +49,7 @@ #include "scene/animation/animation_tree.h" #include "scene/gui/base_button.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/margin_container.h" #include "scene/gui/scroll_container.h" diff --git a/editor/plugins/audio_stream_editor_plugin.cpp b/editor/plugins/audio_stream_editor_plugin.cpp index 185600760..eb790d277 100644 --- a/editor/plugins/audio_stream_editor_plugin.cpp +++ b/editor/plugins/audio_stream_editor_plugin.cpp @@ -44,10 +44,10 @@ #include "core/typedefs.h" #include "core/containers/vector.h" #include "editor/editor_node.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/audio/audio_stream_player.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/tool_button.h" #include "scene/main/node.h" diff --git a/editor/plugins/camera_editor_plugin.h b/editor/plugins/camera_editor_plugin.h index f2ae457f2..d4b27a8be 100644 --- a/editor/plugins/camera_editor_plugin.h +++ b/editor/plugins/camera_editor_plugin.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "editor/editor_plugin.h" #include "core/object/object.h" diff --git a/editor/plugins/canvas_item_editor_plugin.cpp b/editor/plugins/canvas_item_editor_plugin.cpp index d0ab387fc..a0aaeba43 100644 --- a/editor/plugins/canvas_item_editor_plugin.cpp +++ b/editor/plugins/canvas_item_editor_plugin.cpp @@ -65,7 +65,7 @@ #include "editor/scene_tree_dock.h" #include "editor/script_editor_debugger.h" #include "scene/2d/light_2d.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/2d/polygon_2d.h" #include "scene/2d/sprite.h" diff --git a/editor/plugins/canvas_item_editor_plugin.h b/editor/plugins/canvas_item_editor_plugin.h index 8b3550118..4e5ba90b8 100644 --- a/editor/plugins/canvas_item_editor_plugin.h +++ b/editor/plugins/canvas_item_editor_plugin.h @@ -32,7 +32,7 @@ #include "editor/editor_plugin.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "core/containers/list.h" #include "core/containers/rb_map.h" diff --git a/editor/plugins/collision_polygon_editor_plugin.cpp b/editor/plugins/collision_polygon_editor_plugin.cpp index 57fff06aa..7c573a2d7 100644 --- a/editor/plugins/collision_polygon_editor_plugin.cpp +++ b/editor/plugins/collision_polygon_editor_plugin.cpp @@ -55,8 +55,8 @@ #include "editor/editor_node.h" #include "scene/3d/immediate_geometry.h" #include "scene/3d/mesh_instance.h" -#include "scene/3d/spatial.h" -#include "scene/gui/control.h" +#include "scene/main/spatial.h" +#include "scene/main/control.h" #include "scene/gui/separator.h" #include "scene/gui/tool_button.h" #include "scene/main/node.h" diff --git a/editor/plugins/collision_shape_2d_editor_plugin.h b/editor/plugins/collision_shape_2d_editor_plugin.h index 14d936819..41972a86a 100644 --- a/editor/plugins/collision_shape_2d_editor_plugin.h +++ b/editor/plugins/collision_shape_2d_editor_plugin.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "editor/editor_plugin.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "core/math/transform_2d.h" #include "core/math/vector2.h" diff --git a/editor/plugins/cpu_particles_editor_plugin.cpp b/editor/plugins/cpu_particles_editor_plugin.cpp index 4b3336470..3b050fcbd 100644 --- a/editor/plugins/cpu_particles_editor_plugin.cpp +++ b/editor/plugins/cpu_particles_editor_plugin.cpp @@ -40,7 +40,7 @@ #include "editor/scene_tree_editor.h" #include "scene/3d/cpu_particles.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/menu_button.h" #include "scene/gui/popup_menu.h" #include "scene/main/node.h" diff --git a/editor/plugins/curve_editor_plugin.cpp b/editor/plugins/curve_editor_plugin.cpp index abf9a0477..9e5d5faa4 100644 --- a/editor/plugins/curve_editor_plugin.cpp +++ b/editor/plugins/curve_editor_plugin.cpp @@ -50,7 +50,7 @@ #include "editor/editor_node.h" #include "editor/editor_scale.h" #include "editor/editor_settings.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/popup_menu.h" #include "scene/resources/font/font.h" #include "scene/resources/texture.h" diff --git a/editor/plugins/curve_editor_plugin.h b/editor/plugins/curve_editor_plugin.h index b01d8f442..65824ca2b 100644 --- a/editor/plugins/curve_editor_plugin.h +++ b/editor/plugins/curve_editor_plugin.h @@ -40,7 +40,7 @@ #include "core/object/reference.h" #include "core/string/ustring.h" #include "editor/editor_inspector.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" class EditorNode; class InputEvent; diff --git a/editor/plugins/gradient_texture_2d_editor_plugin.h b/editor/plugins/gradient_texture_2d_editor_plugin.h index cf47214a2..dd00dd424 100644 --- a/editor/plugins/gradient_texture_2d_editor_plugin.h +++ b/editor/plugins/gradient_texture_2d_editor_plugin.h @@ -33,7 +33,7 @@ #include "editor/editor_plugin.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "editor/editor_inspector.h" #include "core/object/reference.h" diff --git a/editor/plugins/item_list_editor_plugin.cpp b/editor/plugins/item_list_editor_plugin.cpp index a03b12e69..eba8b502f 100644 --- a/editor/plugins/item_list_editor_plugin.cpp +++ b/editor/plugins/item_list_editor_plugin.cpp @@ -38,7 +38,7 @@ #include "editor/editor_node.h" #include "editor/plugins/canvas_item_editor_plugin.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/menu_button.h" #include "scene/gui/tool_button.h" diff --git a/editor/plugins/line_2d_editor_plugin.cpp b/editor/plugins/line_2d_editor_plugin.cpp index 065fc8bab..d29ca48a6 100644 --- a/editor/plugins/line_2d_editor_plugin.cpp +++ b/editor/plugins/line_2d_editor_plugin.cpp @@ -34,7 +34,7 @@ #include "core/object/undo_redo.h" #include "core/string/ustring.h" #include "scene/2d/line_2d.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/main/node.h" class EditorNode; diff --git a/editor/plugins/material_editor_plugin.cpp b/editor/plugins/material_editor_plugin.cpp index 72a1652cb..39c2bf536 100644 --- a/editor/plugins/material_editor_plugin.cpp +++ b/editor/plugins/material_editor_plugin.cpp @@ -52,7 +52,7 @@ #include "core/object/resource.h" #include "core/variant/variant.h" #include "editor/editor_settings.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/3d/camera.h" #include "scene/3d/light.h" #include "scene/3d/mesh_instance.h" diff --git a/editor/plugins/material_editor_plugin.h b/editor/plugins/material_editor_plugin.h index c1c641653..c9c581de5 100644 --- a/editor/plugins/material_editor_plugin.h +++ b/editor/plugins/material_editor_plugin.h @@ -32,7 +32,7 @@ #include "editor/editor_inspector.h" #include "editor/editor_plugin.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "editor/property_editor.h" #include "scene/resources/mesh/primitive_meshes.h" diff --git a/editor/plugins/mesh_editor_plugin.cpp b/editor/plugins/mesh_editor_plugin.cpp index e302f4ecc..cf6b5745e 100644 --- a/editor/plugins/mesh_editor_plugin.cpp +++ b/editor/plugins/mesh_editor_plugin.cpp @@ -50,9 +50,9 @@ #include "scene/3d/camera.h" #include "scene/3d/light.h" #include "scene/3d/mesh_instance.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/main/node.h" class EditorNode; diff --git a/editor/plugins/mesh_instance_editor_plugin.h b/editor/plugins/mesh_instance_editor_plugin.h index e07574011..82fb4521c 100644 --- a/editor/plugins/mesh_instance_editor_plugin.h +++ b/editor/plugins/mesh_instance_editor_plugin.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "editor/editor_plugin.h" #include "core/math/vector2.h" diff --git a/editor/plugins/multimesh_editor_plugin.h b/editor/plugins/multimesh_editor_plugin.h index 8f64e743e..64177a7fc 100644 --- a/editor/plugins/multimesh_editor_plugin.h +++ b/editor/plugins/multimesh_editor_plugin.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "editor/editor_plugin.h" #include "core/string/node_path.h" diff --git a/editor/plugins/particles_editor_plugin.cpp b/editor/plugins/particles_editor_plugin.cpp index 51375e61e..719c80ac6 100644 --- a/editor/plugins/particles_editor_plugin.cpp +++ b/editor/plugins/particles_editor_plugin.cpp @@ -49,7 +49,7 @@ #include "editor/editor_file_dialog.h" #include "editor/editor_node.h" #include "editor/scene_tree_editor.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/3d/visual_instance.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" diff --git a/editor/plugins/particles_editor_plugin.h b/editor/plugins/particles_editor_plugin.h index 8f15c55aa..48473bd1a 100644 --- a/editor/plugins/particles_editor_plugin.h +++ b/editor/plugins/particles_editor_plugin.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "editor/editor_plugin.h" #include "core/math/face3.h" diff --git a/editor/plugins/path_2d_editor_plugin.cpp b/editor/plugins/path_2d_editor_plugin.cpp index 709d4db9a..4e45a9ce4 100644 --- a/editor/plugins/path_2d_editor_plugin.cpp +++ b/editor/plugins/path_2d_editor_plugin.cpp @@ -46,7 +46,7 @@ #include "core/variant/variant.h" #include "editor/editor_node.h" #include "scene/2d/path_2d.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/menu_button.h" #include "scene/gui/popup_menu.h" #include "scene/gui/separator.h" diff --git a/editor/plugins/path_editor_plugin.cpp b/editor/plugins/path_editor_plugin.cpp index b4cd80738..0f240a00b 100644 --- a/editor/plugins/path_editor_plugin.cpp +++ b/editor/plugins/path_editor_plugin.cpp @@ -47,8 +47,8 @@ #include "editor/editor_settings.h" #include "scene/3d/camera.h" #include "scene/3d/path.h" -#include "scene/3d/spatial.h" -#include "scene/gui/control.h" +#include "scene/main/spatial.h" +#include "scene/main/control.h" #include "scene/gui/menu_button.h" #include "scene/gui/popup_menu.h" #include "scene/gui/separator.h" diff --git a/editor/plugins/polygon_2d_editor_plugin.cpp b/editor/plugins/polygon_2d_editor_plugin.cpp index 8be63e820..8866b73cf 100644 --- a/editor/plugins/polygon_2d_editor_plugin.cpp +++ b/editor/plugins/polygon_2d_editor_plugin.cpp @@ -55,12 +55,12 @@ #include "core/variant/variant.h" #include "editor/editor_scale.h" #include "editor/editor_settings.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/2d/polygon_2d.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/label.h" #include "scene/gui/menu_button.h" diff --git a/editor/plugins/resource_preloader_editor_plugin.cpp b/editor/plugins/resource_preloader_editor_plugin.cpp index bae4e4aaf..c7e0e80a1 100644 --- a/editor/plugins/resource_preloader_editor_plugin.cpp +++ b/editor/plugins/resource_preloader_editor_plugin.cpp @@ -44,10 +44,10 @@ #include "core/containers/vector.h" #include "editor/editor_file_dialog.h" #include "editor/editor_node.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/tool_button.h" #include "scene/gui/tree.h" diff --git a/editor/plugins/room_manager_editor_plugin.cpp b/editor/plugins/room_manager_editor_plugin.cpp index 628d52a16..187e5e69e 100644 --- a/editor/plugins/room_manager_editor_plugin.cpp +++ b/editor/plugins/room_manager_editor_plugin.cpp @@ -48,9 +48,9 @@ #include "scene/3d/portal.h" #include "scene/3d/room.h" #include "scene/3d/room_manager.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/separator.h" #include "scene/gui/tool_button.h" #include "scene/main/node.h" diff --git a/editor/plugins/root_motion_editor_plugin.cpp b/editor/plugins/root_motion_editor_plugin.cpp index 18647bb7d..f36d45eac 100644 --- a/editor/plugins/root_motion_editor_plugin.cpp +++ b/editor/plugins/root_motion_editor_plugin.cpp @@ -44,7 +44,7 @@ #include "scene/animation/animation_tree.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/tree.h" #include "scene/main/node.h" diff --git a/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp index adcde2e29..93551d6bb 100644 --- a/editor/plugins/spatial_editor_plugin.cpp +++ b/editor/plugins/spatial_editor_plugin.cpp @@ -66,7 +66,7 @@ #include "editor/scene_tree_editor.h" #include "editor/script_editor_debugger.h" #include "editor/spatial_editor_gizmos.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/3d/camera.h" #include "scene/3d/collision_shape.h" #include "scene/3d/mesh_instance.h" diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index cd09ba299..2c7dd2266 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -31,10 +31,10 @@ /*************************************************************************/ #include "editor/editor_plugin.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/gui/box_container.h" #include "scene/gui/container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/spin_box.h" diff --git a/editor/plugins/sprite_editor_plugin.cpp b/editor/plugins/sprite_editor_plugin.cpp index 0e65cbff3..88429c889 100644 --- a/editor/plugins/sprite_editor_plugin.cpp +++ b/editor/plugins/sprite_editor_plugin.cpp @@ -54,7 +54,7 @@ #include "core/variant/variant.h" #include "editor/editor_node.h" #include "editor/scene_tree_dock.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/2d/sprite.h" #include "scene/gui/button.h" #include "scene/gui/dialogs.h" diff --git a/editor/plugins/sprite_editor_plugin.h b/editor/plugins/sprite_editor_plugin.h index c7a25d9ae..76c6bd345 100644 --- a/editor/plugins/sprite_editor_plugin.h +++ b/editor/plugins/sprite_editor_plugin.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "editor/editor_plugin.h" #include "core/math/vector2.h" diff --git a/editor/plugins/sprite_frames_editor_plugin.cpp b/editor/plugins/sprite_frames_editor_plugin.cpp index 477510a7f..f7dcb34f4 100644 --- a/editor/plugins/sprite_frames_editor_plugin.cpp +++ b/editor/plugins/sprite_frames_editor_plugin.cpp @@ -60,7 +60,7 @@ #include "scene/gui/button.h" #include "scene/gui/center_container.h" #include "scene/gui/check_button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/item_list.h" #include "scene/gui/label.h" diff --git a/editor/plugins/style_box_editor_plugin.cpp b/editor/plugins/style_box_editor_plugin.cpp index 5a8adbf46..b75c97c0b 100644 --- a/editor/plugins/style_box_editor_plugin.cpp +++ b/editor/plugins/style_box_editor_plugin.cpp @@ -35,7 +35,7 @@ #include "core/math/rect2.h" #include "core/math/vector2.h" #include "core/os/memory.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" class EditorNode; diff --git a/editor/plugins/texture_editor_plugin.cpp b/editor/plugins/texture_editor_plugin.cpp index 0c40860f6..deaaa8beb 100644 --- a/editor/plugins/texture_editor_plugin.cpp +++ b/editor/plugins/texture_editor_plugin.cpp @@ -37,7 +37,7 @@ #include "core/io/image.h" #include "core/math/vector2.h" #include "core/os/memory.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/texture_rect.h" #include "scene/main/node.h" diff --git a/editor/plugins/texture_region_editor_plugin.cpp b/editor/plugins/texture_region_editor_plugin.cpp index a109bb8c1..cdad23717 100644 --- a/editor/plugins/texture_region_editor_plugin.cpp +++ b/editor/plugins/texture_region_editor_plugin.cpp @@ -49,11 +49,11 @@ #include "core/object/undo_redo.h" #include "core/variant/variant.h" #include "editor/editor_node.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/2d/sprite.h" #include "scene/3d/sprite_3d.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/nine_patch_rect.h" #include "scene/gui/option_button.h" diff --git a/editor/plugins/theme_editor_plugin.cpp b/editor/plugins/theme_editor_plugin.cpp index 52a9a702e..9534b660c 100644 --- a/editor/plugins/theme_editor_plugin.cpp +++ b/editor/plugins/theme_editor_plugin.cpp @@ -47,11 +47,11 @@ #include "editor/editor_scale.h" #include "editor/plugins/theme_editor_preview.h" #include "editor/progress_dialog.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/button.h" #include "scene/gui/check_button.h" #include "scene/gui/color_picker.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/item_list.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" diff --git a/editor/plugins/theme_editor_preview.cpp b/editor/plugins/theme_editor_preview.cpp index 8a05a631c..76796fca2 100644 --- a/editor/plugins/theme_editor_preview.cpp +++ b/editor/plugins/theme_editor_preview.cpp @@ -50,7 +50,7 @@ #include "scene/gui/check_button.h" #include "scene/gui/color_picker.h" #include "scene/gui/color_rect.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" #include "scene/gui/margin_container.h" diff --git a/editor/progress_dialog.cpp b/editor/progress_dialog.cpp index 285044ec8..f33248ec3 100644 --- a/editor/progress_dialog.cpp +++ b/editor/progress_dialog.cpp @@ -42,9 +42,9 @@ #include "core/typedefs.h" #include "editor_scale.h" #include "main/main.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/progress_bar.h" #include "scene/resources/style_box.h" diff --git a/editor/project_export.cpp b/editor/project_export.cpp index 754b1a668..85bff80d6 100644 --- a/editor/project_export.cpp +++ b/editor/project_export.cpp @@ -53,7 +53,7 @@ #include "scene/gui/button.h" #include "scene/gui/check_box.h" #include "scene/gui/check_button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/item_list.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" diff --git a/editor/project_manager.cpp b/editor/project_manager.cpp index 4019f37bc..2be08c154 100644 --- a/editor/project_manager.cpp +++ b/editor/project_manager.cpp @@ -63,7 +63,7 @@ #include "editor_scale.h" #include "editor_settings.h" #include "editor_themes.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/base_button.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" diff --git a/editor/project_manager.h b/editor/project_manager.h index eeabba95d..a69eaa047 100644 --- a/editor/project_manager.h +++ b/editor/project_manager.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "core/containers/list.h" #include "core/object/object.h" diff --git a/editor/project_settings_editor.cpp b/editor/project_settings_editor.cpp index 12ad9c7b4..b5279c8f9 100644 --- a/editor/project_settings_editor.cpp +++ b/editor/project_settings_editor.cpp @@ -64,7 +64,7 @@ #include "scene/gui/box_container.h" #include "scene/gui/button.h" #include "scene/gui/check_button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" #include "scene/gui/menu_button.h" diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp index 98e899d2f..3b15b15f0 100644 --- a/editor/property_editor.cpp +++ b/editor/property_editor.cpp @@ -74,11 +74,11 @@ #include "editor/property_selector.h" #include "editor/scene_tree_dock.h" #include "editor/scene_tree_editor.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" #include "scene/gui/color_picker.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/grid_container.h" #include "scene/gui/label.h" diff --git a/editor/property_selector.cpp b/editor/property_selector.cpp index 40297674e..c6882f21f 100644 --- a/editor/property_selector.cpp +++ b/editor/property_selector.cpp @@ -47,7 +47,7 @@ #include "editor/editor_node.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/line_edit.h" #include "scene/gui/rich_text_label.h" #include "scene/gui/tree.h" diff --git a/editor/quick_open.cpp b/editor/quick_open.cpp index 4d0054f1e..ab9fae919 100644 --- a/editor/quick_open.cpp +++ b/editor/quick_open.cpp @@ -41,7 +41,7 @@ #include "editor/editor_node.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/line_edit.h" #include "scene/gui/tree.h" #include "scene/main/node.h" diff --git a/editor/rename_dialog.cpp b/editor/rename_dialog.cpp index 2f8429bdd..fb8c061b7 100644 --- a/editor/rename_dialog.cpp +++ b/editor/rename_dialog.cpp @@ -56,7 +56,7 @@ #include "editor_node.h" #include "modules/regex/regex.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/tab_container.h" #include "scene/gui/check_button.h" diff --git a/editor/reparent_dialog.cpp b/editor/reparent_dialog.cpp index 311d4f4ae..187fdbc4c 100644 --- a/editor/reparent_dialog.cpp +++ b/editor/reparent_dialog.cpp @@ -36,7 +36,7 @@ #include "core/string/ustring.h" #include "core/variant/variant.h" #include "editor/scene_tree_editor.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" #include "scene/gui/tree.h" diff --git a/editor/scene_tree_dock.cpp b/editor/scene_tree_dock.cpp index d20f80189..576743975 100644 --- a/editor/scene_tree_dock.cpp +++ b/editor/scene_tree_dock.cpp @@ -74,13 +74,13 @@ #include "editor/script_create_dialog.h" #include "editor/script_editor_debugger.h" #include "modules/modules_enabled.gen.h" // For regex. -#include "scene/2d/canvas_item.h" -#include "scene/2d/node_2d.h" -#include "scene/3d/spatial.h" +#include "scene/main/canvas_item.h" +#include "scene/main/node_2d.h" +#include "scene/main/spatial.h" #include "scene/animation/animation_player.h" #include "scene/gui/base_button.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" diff --git a/editor/scene_tree_editor.cpp b/editor/scene_tree_editor.cpp index a31b39bf1..3796d3c3a 100644 --- a/editor/scene_tree_editor.cpp +++ b/editor/scene_tree_editor.cpp @@ -51,7 +51,7 @@ #include "editor/node_dock.h" #include "editor/plugins/animation_player_editor_plugin.h" #include "editor/plugins/canvas_item_editor_plugin.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/animation/animation_player.h" #include "scene/gui/box_container.h" #include "scene/gui/label.h" diff --git a/editor/scene_tree_editor.h b/editor/scene_tree_editor.h index ed91c400b..76e5c05eb 100644 --- a/editor/scene_tree_editor.h +++ b/editor/scene_tree_editor.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "core/containers/list.h" diff --git a/editor/script_create_dialog.cpp b/editor/script_create_dialog.cpp index c35a6ae20..54f342fb1 100644 --- a/editor/script_create_dialog.cpp +++ b/editor/script_create_dialog.cpp @@ -53,7 +53,7 @@ #include "scene/gui/box_container.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/grid_container.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" diff --git a/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp index 564cf1be3..96ef00af4 100644 --- a/editor/script_editor_debugger.cpp +++ b/editor/script_editor_debugger.cpp @@ -74,7 +74,7 @@ #include "scene/debugger/script_debugger_remote.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/grid_container.h" #include "scene/gui/label.h" diff --git a/editor/settings_config_dialog.cpp b/editor/settings_config_dialog.cpp index 26a3dde0c..e93150778 100644 --- a/editor/settings_config_dialog.cpp +++ b/editor/settings_config_dialog.cpp @@ -54,7 +54,7 @@ #include "editor_settings.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" #include "scene/gui/panel_container.h" diff --git a/editor/spatial_editor_gizmos.cpp b/editor/spatial_editor_gizmos.cpp index 759208096..63d1e878c 100644 --- a/editor/spatial_editor_gizmos.cpp +++ b/editor/spatial_editor_gizmos.cpp @@ -76,12 +76,12 @@ #include "scene/3d/room.h" #include "scene/3d/shape_cast.h" #include "scene/3d/soft_body.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/3d/spring_arm.h" #include "scene/3d/sprite_3d.h" #include "scene/3d/vehicle_body.h" #include "scene/3d/visibility_notifier.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/main/node.h" #include "scene/main/scene_tree.h" #include "scene/main/timer.h" diff --git a/editor_modules/editor_code_editor/editor_code_text_editor.cpp b/editor_modules/editor_code_editor/editor_code_text_editor.cpp index ade8338a3..fa31b8995 100644 --- a/editor_modules/editor_code_editor/editor_code_text_editor.cpp +++ b/editor_modules/editor_code_editor/editor_code_text_editor.cpp @@ -48,10 +48,10 @@ #include "editor/editor_node.h" #include "editor/editor_scale.h" #include "editor/editor_settings.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" #include "scene/gui/scroll_container.h" diff --git a/editor_modules/editor_code_editor/editor_find_replace_bar.cpp b/editor_modules/editor_code_editor/editor_find_replace_bar.cpp index 4e8a4f901..04e20f04a 100644 --- a/editor_modules/editor_code_editor/editor_find_replace_bar.cpp +++ b/editor_modules/editor_code_editor/editor_find_replace_bar.cpp @@ -39,7 +39,7 @@ #include "editor/editor_settings.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" #include "scene/gui/scroll_container.h" diff --git a/editor_modules/editor_code_editor/editor_script_editor.cpp b/editor_modules/editor_code_editor/editor_script_editor.cpp index 47fb89e3d..004aa86f8 100644 --- a/editor_modules/editor_code_editor/editor_script_editor.cpp +++ b/editor_modules/editor_code_editor/editor_script_editor.cpp @@ -68,9 +68,9 @@ #include "editor/node_dock.h" #include "editor/script_create_dialog.h" #include "editor/script_editor_debugger.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/item_list.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" diff --git a/editor_modules/editor_code_editor/editor_script_text_editor.cpp b/editor_modules/editor_code_editor/editor_script_text_editor.cpp index 320352e99..67a15fe25 100644 --- a/editor_modules/editor_code_editor/editor_script_text_editor.cpp +++ b/editor_modules/editor_code_editor/editor_script_text_editor.cpp @@ -56,7 +56,7 @@ #include "editor/script_editor_debugger.h" #include "scene/gui/box_container.h" #include "scene/gui/color_picker.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/menu_button.h" #include "scene/gui/popup.h" diff --git a/editor_modules/editor_code_editor/editor_text_editor.cpp b/editor_modules/editor_code_editor/editor_text_editor.cpp index 310a3b4df..93489b36b 100644 --- a/editor_modules/editor_code_editor/editor_text_editor.cpp +++ b/editor_modules/editor_code_editor/editor_text_editor.cpp @@ -43,7 +43,7 @@ #include "editor/editor_node.h" #include "editor/editor_settings.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/menu_button.h" #include "scene/gui/popup_menu.h" #include "scene/gui/text_edit.h" diff --git a/editor_modules/editor_code_editor/script_editor_plugin.cpp b/editor_modules/editor_code_editor/script_editor_plugin.cpp index df47ec38c..11489f587 100644 --- a/editor_modules/editor_code_editor/script_editor_plugin.cpp +++ b/editor_modules/editor_code_editor/script_editor_plugin.cpp @@ -67,9 +67,9 @@ #include "editor/node_dock.h" #include "editor/script_create_dialog.h" #include "editor/script_editor_debugger.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/item_list.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" diff --git a/editor_modules/gltf/extensions/gltf_document_extension.cpp b/editor_modules/gltf/extensions/gltf_document_extension.cpp index 9839abd97..97392f686 100644 --- a/editor_modules/gltf/extensions/gltf_document_extension.cpp +++ b/editor_modules/gltf/extensions/gltf_document_extension.cpp @@ -31,7 +31,7 @@ #include "gltf_document_extension.h" #include "../gltf_document.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" void GLTFDocumentExtension::_bind_methods() { // Import process. diff --git a/editor_modules/gltf/gltf_document.cpp b/editor_modules/gltf/gltf_document.cpp index f9af1a8a5..d8deb4825 100644 --- a/editor_modules/gltf/gltf_document.cpp +++ b/editor_modules/gltf/gltf_document.cpp @@ -49,11 +49,11 @@ #include "core/variant/variant.h" #include "core/version.h" #include "drivers/png/png_driver_common.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/3d/mesh_instance.h" #include "scene/3d/multimesh_instance.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/animation/animation_player.h" #include "scene/main/node.h" #include "scene/animation/animation.h" diff --git a/editor_modules/gltf/gltf_document.h b/editor_modules/gltf/gltf_document.h index ac18b34b1..65dc02ad9 100644 --- a/editor_modules/gltf/gltf_document.h +++ b/editor_modules/gltf/gltf_document.h @@ -33,7 +33,7 @@ #include "scene/3d/camera.h" #include "scene/3d/light.h" #include "scene/3d/mesh_instance.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/animation/animation_player.h" #include "scene/resources/material/material.h" #include "scene/resources/texture.h" diff --git a/editor_modules/gltf/packed_scene_gltf.cpp b/editor_modules/gltf/packed_scene_gltf.cpp index e329f97f4..1d0d5eb99 100644 --- a/editor_modules/gltf/packed_scene_gltf.cpp +++ b/editor_modules/gltf/packed_scene_gltf.cpp @@ -33,7 +33,7 @@ #include "packed_scene_gltf.h" #include "editor/import/resource_importer_scene.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/animation/animation_player.h" #include "scene/resources/mesh/mesh.h" diff --git a/editor_modules/shader_editor/shader_editor_plugin.cpp b/editor_modules/shader_editor/shader_editor_plugin.cpp index 22266b007..e5fbcea37 100644 --- a/editor_modules/shader_editor/shader_editor_plugin.cpp +++ b/editor_modules/shader_editor/shader_editor_plugin.cpp @@ -54,7 +54,7 @@ #include "editor/editor_settings.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/label.h" #include "scene/gui/menu_button.h" diff --git a/editor_modules/text_editor/text_file_editor.h b/editor_modules/text_editor/text_file_editor.h index 680b5fab2..8a297506c 100644 --- a/editor_modules/text_editor/text_file_editor.h +++ b/editor_modules/text_editor/text_file_editor.h @@ -6,7 +6,7 @@ #include "core/variant/variant.h" #include "core/containers/vector.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" class MenuButton; class PopupMenu; diff --git a/main/tests/test_gui.cpp b/main/tests/test_gui.cpp index 947922e95..a4252cab3 100644 --- a/main/tests/test_gui.cpp +++ b/main/tests/test_gui.cpp @@ -37,7 +37,7 @@ #include "core/string/print_string.h" #include "scene/2d/sprite.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/line_edit.h" #include "scene/gui/menu_button.h" diff --git a/main/tests/test_shader_lang.cpp b/main/tests/test_shader_lang.cpp index 5dbaa1eb6..6e346557f 100644 --- a/main/tests/test_shader_lang.cpp +++ b/main/tests/test_shader_lang.cpp @@ -35,7 +35,7 @@ #include "core/os/os.h" #include "core/string/print_string.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "core/input/shortcut.h" #include "scene/gui/text_edit.h" #include "servers/rendering/shader_language.h" diff --git a/modules/entity_spell_system/entities/entity.cpp b/modules/entity_spell_system/entities/entity.cpp index 200e6b19c..917ad4a8c 100644 --- a/modules/entity_spell_system/entities/entity.cpp +++ b/modules/entity_spell_system/entities/entity.cpp @@ -41,7 +41,7 @@ SOFTWARE. #include "./resources/entity_resource_health.h" #include "./resources/entity_resource_speed.h" #include "./skills/entity_skill.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "core/object/script_language.h" diff --git a/modules/entity_spell_system/entities/entity.h b/modules/entity_spell_system/entities/entity.h index 7008816c0..dc9d75bb6 100644 --- a/modules/entity_spell_system/entities/entity.h +++ b/modules/entity_spell_system/entities/entity.h @@ -56,7 +56,7 @@ SOFTWARE. #include "../defines.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class EntityData; class AuraData; diff --git a/modules/entity_spell_system/projectiles/3d/spell_follow_projectile_3d.h b/modules/entity_spell_system/projectiles/3d/spell_follow_projectile_3d.h index 5960dc61c..5b5370fe7 100644 --- a/modules/entity_spell_system/projectiles/3d/spell_follow_projectile_3d.h +++ b/modules/entity_spell_system/projectiles/3d/spell_follow_projectile_3d.h @@ -24,7 +24,7 @@ SOFTWARE. #include "../../defines.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class SpellCastInfo; diff --git a/modules/entity_spell_system/skeleton/character_bones.h b/modules/entity_spell_system/skeleton/character_bones.h index 367ac5a84..ab4679f02 100644 --- a/modules/entity_spell_system/skeleton/character_bones.h +++ b/modules/entity_spell_system/skeleton/character_bones.h @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class CharacterBones : public Node2D { GDCLASS(CharacterBones, Node2D); diff --git a/modules/entity_spell_system/skeleton/character_skeleton_2d.h b/modules/entity_spell_system/skeleton/character_skeleton_2d.h index 3786d2d53..f085fec17 100644 --- a/modules/entity_spell_system/skeleton/character_skeleton_2d.h +++ b/modules/entity_spell_system/skeleton/character_skeleton_2d.h @@ -26,7 +26,7 @@ SOFTWARE. #include "core/string/ustring.h" #include "core/containers/vector.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/main/node.h" @@ -40,7 +40,7 @@ SOFTWARE. #include "../defines.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class ModelVisual; diff --git a/modules/entity_spell_system/skeleton/character_skeleton_3d.h b/modules/entity_spell_system/skeleton/character_skeleton_3d.h index f8c1f945f..dea96b0f2 100644 --- a/modules/entity_spell_system/skeleton/character_skeleton_3d.h +++ b/modules/entity_spell_system/skeleton/character_skeleton_3d.h @@ -38,7 +38,7 @@ SOFTWARE. #include "../defines.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class ModelVisual; diff --git a/modules/gridmap/grid_map.h b/modules/gridmap/grid_map.h index fd2f9d7e7..404956dd3 100644 --- a/modules/gridmap/grid_map.h +++ b/modules/gridmap/grid_map.h @@ -33,7 +33,7 @@ #include "mesh_library.h" #include "scene/3d/navigation.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/resources/mesh/multimesh.h" //heh heh, godotsphir!! this shares no code and the design is completely different with previous projects i've done.. diff --git a/modules/material_maker/editor/mat_maker_gd_editor.cpp b/modules/material_maker/editor/mat_maker_gd_editor.cpp index f961137e7..68a8fd49d 100644 --- a/modules/material_maker/editor/mat_maker_gd_editor.cpp +++ b/modules/material_maker/editor/mat_maker_gd_editor.cpp @@ -8,7 +8,7 @@ #include "modules/material_maker/editor/mm_create_name_popup.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/graph_edit.h" #include "scene/gui/panel_container.h" diff --git a/modules/material_maker/editor/widgets/curve_edit/control_point.h b/modules/material_maker/editor/widgets/curve_edit/control_point.h index a58af1251..5c135039b 100644 --- a/modules/material_maker/editor/widgets/curve_edit/control_point.h +++ b/modules/material_maker/editor/widgets/curve_edit/control_point.h @@ -1,7 +1,7 @@ #ifndef CONTROL_POINT_H #define CONTROL_POINT_H -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "../../../nodes/bases/curve_base.h" diff --git a/modules/material_maker/editor/widgets/curve_edit/curve_view.h b/modules/material_maker/editor/widgets/curve_edit/curve_view.h index 9f7192cb5..f14f4540a 100644 --- a/modules/material_maker/editor/widgets/curve_edit/curve_view.h +++ b/modules/material_maker/editor/widgets/curve_edit/curve_view.h @@ -3,7 +3,7 @@ #include "core/object/reference.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" class CurveBase; diff --git a/modules/material_maker/editor/widgets/curve_edit/slope_point.h b/modules/material_maker/editor/widgets/curve_edit/slope_point.h index 56af8f086..9bd9656c5 100644 --- a/modules/material_maker/editor/widgets/curve_edit/slope_point.h +++ b/modules/material_maker/editor/widgets/curve_edit/slope_point.h @@ -4,7 +4,7 @@ #include "core/math/vector2.h" #include "core/input/input_event.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" class SlopePoint : public Control { GDCLASS(SlopePoint, Control); diff --git a/modules/material_maker/editor/widgets/gradient_editor/gradient_cursor.h b/modules/material_maker/editor/widgets/gradient_editor/gradient_cursor.h index ce62fd6bb..0bc7b39fa 100644 --- a/modules/material_maker/editor/widgets/gradient_editor/gradient_cursor.h +++ b/modules/material_maker/editor/widgets/gradient_editor/gradient_cursor.h @@ -6,7 +6,7 @@ #include "core/input/input_event.h" #include "core/variant/variant.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" class Label; diff --git a/modules/material_maker/editor/widgets/gradient_editor/gradient_editor.h b/modules/material_maker/editor/widgets/gradient_editor/gradient_editor.h index f8b612a65..8196627ed 100644 --- a/modules/material_maker/editor/widgets/gradient_editor/gradient_editor.h +++ b/modules/material_maker/editor/widgets/gradient_editor/gradient_editor.h @@ -8,7 +8,7 @@ #include "core/variant/variant.h" #include "core/containers/vector.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" class MMGraphNode; class GradientBase; diff --git a/modules/material_maker/editor/widgets/polygon_edit/polygon_control_point.h b/modules/material_maker/editor/widgets/polygon_edit/polygon_control_point.h index 8d5861461..163b2c2af 100644 --- a/modules/material_maker/editor/widgets/polygon_edit/polygon_control_point.h +++ b/modules/material_maker/editor/widgets/polygon_edit/polygon_control_point.h @@ -1,7 +1,7 @@ #ifndef POLYGON_CONTROL_POINT_H #define POLYGON_CONTROL_POINT_H -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "core/input/input_event.h" diff --git a/modules/material_maker/editor/widgets/polygon_edit/polygon_view.h b/modules/material_maker/editor/widgets/polygon_edit/polygon_view.h index 7a1b83714..240eeb6b8 100644 --- a/modules/material_maker/editor/widgets/polygon_edit/polygon_view.h +++ b/modules/material_maker/editor/widgets/polygon_edit/polygon_view.h @@ -3,7 +3,7 @@ #include "core/object/reference.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" class PolygonBase; diff --git a/modules/mesh_data_resource/editor/uv_editor/mdr_ed_uv_previewer.h b/modules/mesh_data_resource/editor/uv_editor/mdr_ed_uv_previewer.h index 25c0dd9ba..6f5f83e7c 100644 --- a/modules/mesh_data_resource/editor/uv_editor/mdr_ed_uv_previewer.h +++ b/modules/mesh_data_resource/editor/uv_editor/mdr_ed_uv_previewer.h @@ -23,7 +23,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "core/object/reference.h" diff --git a/modules/mesh_data_resource/editor/uv_editor/mdr_uv_rect_view.cpp b/modules/mesh_data_resource/editor/uv_editor/mdr_uv_rect_view.cpp index 604450748..955ddf76d 100644 --- a/modules/mesh_data_resource/editor/uv_editor/mdr_uv_rect_view.cpp +++ b/modules/mesh_data_resource/editor/uv_editor/mdr_uv_rect_view.cpp @@ -27,7 +27,7 @@ SOFTWARE. #include "editor/editor_node.h" #include "editor/editor_plugin.h" #include "mdr_uv_rect_view_node.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" void MDRUVRectView::set_plugin(EditorPlugin *plugin) { _plugin = plugin; diff --git a/modules/mesh_data_resource/editor/uv_editor/mdr_uv_rect_view.h b/modules/mesh_data_resource/editor/uv_editor/mdr_uv_rect_view.h index 6ec1b81e2..bd428a068 100644 --- a/modules/mesh_data_resource/editor/uv_editor/mdr_uv_rect_view.h +++ b/modules/mesh_data_resource/editor/uv_editor/mdr_uv_rect_view.h @@ -26,7 +26,7 @@ SOFTWARE. #include "core/math/rect2.h" #include "core/containers/pool_vector.h" #include "core/object/reference.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" class MeshDataResource; class MeshDataInstance; diff --git a/modules/mesh_data_resource/nodes/mesh_data_instance_2d.h b/modules/mesh_data_resource/nodes/mesh_data_instance_2d.h index f3e1d8be1..1d3127a8c 100644 --- a/modules/mesh_data_resource/nodes/mesh_data_instance_2d.h +++ b/modules/mesh_data_resource/nodes/mesh_data_instance_2d.h @@ -24,7 +24,7 @@ SOFTWARE. #include "scene/resources/texture.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "core/math/vector3.h" diff --git a/modules/paint/bush_prefabs.h b/modules/paint/bush_prefabs.h index 70e55be96..4ea99976d 100644 --- a/modules/paint/bush_prefabs.h +++ b/modules/paint/bush_prefabs.h @@ -25,7 +25,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "core/containers/pool_vector.h" #include "core/variant/variant.h" diff --git a/modules/paint/nodes/curve_2d/editor/paint_curve_2d_editor_plugin.cpp b/modules/paint/nodes/curve_2d/editor/paint_curve_2d_editor_plugin.cpp index ee196bcb8..d0d098393 100644 --- a/modules/paint/nodes/curve_2d/editor/paint_curve_2d_editor_plugin.cpp +++ b/modules/paint/nodes/curve_2d/editor/paint_curve_2d_editor_plugin.cpp @@ -46,7 +46,7 @@ #include "core/variant/variant.h" #include "editor/editor_node.h" #include "scene/2d/path_2d.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/menu_button.h" #include "scene/gui/popup_menu.h" #include "scene/gui/separator.h" diff --git a/modules/paint/nodes/paint_node.h b/modules/paint/nodes/paint_node.h index 397711b9a..e6fa08b5e 100644 --- a/modules/paint/nodes/paint_node.h +++ b/modules/paint/nodes/paint_node.h @@ -3,7 +3,7 @@ #include "core/math/vector2i.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class PaintProject; diff --git a/modules/paint/nodes/polygon_2d/editor/paint_polygon_2d_editor_plugin.cpp b/modules/paint/nodes/polygon_2d/editor/paint_polygon_2d_editor_plugin.cpp index 127c52104..5f733231b 100644 --- a/modules/paint/nodes/polygon_2d/editor/paint_polygon_2d_editor_plugin.cpp +++ b/modules/paint/nodes/polygon_2d/editor/paint_polygon_2d_editor_plugin.cpp @@ -51,12 +51,12 @@ #include "editor/editor_scale.h" #include "editor/editor_settings.h" #include "editor/plugins/canvas_item_editor_plugin.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/2d/polygon_2d.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" #include "scene/gui/check_box.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/label.h" #include "scene/gui/menu_button.h" diff --git a/modules/props/prop_ess_entity.h b/modules/props/prop_ess_entity.h index 5729c326d..90b5210c2 100644 --- a/modules/props/prop_ess_entity.h +++ b/modules/props/prop_ess_entity.h @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "core/math/vector3.h" diff --git a/modules/props/prop_instance.h b/modules/props/prop_instance.h index 8bc970a3b..c4b426a0d 100644 --- a/modules/props/prop_instance.h +++ b/modules/props/prop_instance.h @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/resources/material/material.h" diff --git a/modules/props/prop_instance_merger.h b/modules/props/prop_instance_merger.h index 287a994b1..3b29e607d 100644 --- a/modules/props/prop_instance_merger.h +++ b/modules/props/prop_instance_merger.h @@ -24,7 +24,7 @@ SOFTWARE. #include "prop_instance.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "core/math/vector3.h" diff --git a/modules/props/prop_scene_instance.h b/modules/props/prop_scene_instance.h index 253501a99..d44d8471e 100644 --- a/modules/props/prop_scene_instance.h +++ b/modules/props/prop_scene_instance.h @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "core/math/vector3.h" diff --git a/modules/props/props/prop_data_entry.cpp b/modules/props/props/prop_data_entry.cpp index 12bc7a912..3848a6673 100644 --- a/modules/props/props/prop_data_entry.cpp +++ b/modules/props/props/prop_data_entry.cpp @@ -24,7 +24,7 @@ SOFTWARE. #include "prop_data.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "modules/modules_enabled.gen.h" diff --git a/modules/props/singleton/prop_utils.h b/modules/props/singleton/prop_utils.h index e491e7cca..25a3f1514 100644 --- a/modules/props/singleton/prop_utils.h +++ b/modules/props/singleton/prop_utils.h @@ -25,7 +25,7 @@ SOFTWARE. #include "core/object/object.h" #include "core/object/reference.h" #include "core/containers/vector.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/main/node.h" diff --git a/modules/props_2d/prop_2d_ess_entity.h b/modules/props_2d/prop_2d_ess_entity.h index 151e85533..94fdcc54c 100644 --- a/modules/props_2d/prop_2d_ess_entity.h +++ b/modules/props_2d/prop_2d_ess_entity.h @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "core/math/vector3.h" diff --git a/modules/props_2d/prop_2d_instance.h b/modules/props_2d/prop_2d_instance.h index 8891cac12..fa455646b 100644 --- a/modules/props_2d/prop_2d_instance.h +++ b/modules/props_2d/prop_2d_instance.h @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/resources/material/material.h" diff --git a/modules/props_2d/prop_2d_instance_merger.h b/modules/props_2d/prop_2d_instance_merger.h index b20643f45..2593b977d 100644 --- a/modules/props_2d/prop_2d_instance_merger.h +++ b/modules/props_2d/prop_2d_instance_merger.h @@ -24,7 +24,7 @@ SOFTWARE. #include "prop_2d_instance.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/resources/shapes_2d/shape_2d.h" #include "core/math/vector3.h" diff --git a/modules/props_2d/prop_2d_scene_instance.h b/modules/props_2d/prop_2d_scene_instance.h index b4dd5ad23..9c505fe84 100644 --- a/modules/props_2d/prop_2d_scene_instance.h +++ b/modules/props_2d/prop_2d_scene_instance.h @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "props/prop_2d_data.h" #include "scene/resources/packed_scene.h" diff --git a/modules/props_2d/props/prop_2d_data_entry.cpp b/modules/props_2d/props/prop_2d_data_entry.cpp index b57a2ee8d..13365339c 100644 --- a/modules/props_2d/props/prop_2d_data_entry.cpp +++ b/modules/props_2d/props/prop_2d_data_entry.cpp @@ -24,7 +24,7 @@ SOFTWARE. #include "prop_2d_data.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "modules/modules_enabled.gen.h" diff --git a/modules/props_2d/singleton/prop_2d_utils.cpp b/modules/props_2d/singleton/prop_2d_utils.cpp index 7b141c9a2..0fc672b12 100644 --- a/modules/props_2d/singleton/prop_2d_utils.cpp +++ b/modules/props_2d/singleton/prop_2d_utils.cpp @@ -40,7 +40,7 @@ SOFTWARE. #include "core/config/engine.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" Prop2DUtils *Prop2DUtils::_instance; Vector> Prop2DUtils::_processors; diff --git a/modules/props_2d/singleton/prop_2d_utils.h b/modules/props_2d/singleton/prop_2d_utils.h index 54d709863..913e3d888 100644 --- a/modules/props_2d/singleton/prop_2d_utils.h +++ b/modules/props_2d/singleton/prop_2d_utils.h @@ -25,7 +25,7 @@ SOFTWARE. #include "core/object/object.h" #include "core/object/reference.h" #include "core/containers/vector.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/main/node.h" diff --git a/modules/props_2d/tiled_wall/tiled_wall_2d.h b/modules/props_2d/tiled_wall/tiled_wall_2d.h index d1e6edcc8..4ece156be 100644 --- a/modules/props_2d/tiled_wall/tiled_wall_2d.h +++ b/modules/props_2d/tiled_wall/tiled_wall_2d.h @@ -24,7 +24,7 @@ SOFTWARE. #include "scene/resources/texture.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "core/math/vector3.h" diff --git a/modules/skeleton_2d/editor/skeleton_2d_editor_plugin.h b/modules/skeleton_2d/editor/skeleton_2d_editor_plugin.h index 2545818e0..4d57f0810 100644 --- a/modules/skeleton_2d/editor/skeleton_2d_editor_plugin.h +++ b/modules/skeleton_2d/editor/skeleton_2d_editor_plugin.h @@ -32,7 +32,7 @@ /*************************************************************************/ #include "editor/editor_plugin.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "core/object/object.h" #include "core/string/ustring.h" diff --git a/modules/skeleton_2d/nodes/skeleton_2d.h b/modules/skeleton_2d/nodes/skeleton_2d.h index 30c4bb2d9..712d1278c 100644 --- a/modules/skeleton_2d/nodes/skeleton_2d.h +++ b/modules/skeleton_2d/nodes/skeleton_2d.h @@ -31,7 +31,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "../resources/skeleton_modification_2d.h" class Skeleton2D; diff --git a/modules/skeleton_2d/resources/skeleton_modification_2d_ccdik.cpp b/modules/skeleton_2d/resources/skeleton_modification_2d_ccdik.cpp index 2220f88f2..630cd5a43 100644 --- a/modules/skeleton_2d/resources/skeleton_modification_2d_ccdik.cpp +++ b/modules/skeleton_2d/resources/skeleton_modification_2d_ccdik.cpp @@ -31,7 +31,7 @@ #include "skeleton_modification_2d_ccdik.h" #include "../nodes/skeleton_2d.h" #include "skeleton_modification_stack_2d.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "core/config/engine.h" #ifdef TOOLS_ENABLED diff --git a/modules/skeleton_2d/resources/skeleton_modification_2d_jiggle.cpp b/modules/skeleton_2d/resources/skeleton_modification_2d_jiggle.cpp index 0a2ba4815..4b7cc14be 100644 --- a/modules/skeleton_2d/resources/skeleton_modification_2d_jiggle.cpp +++ b/modules/skeleton_2d/resources/skeleton_modification_2d_jiggle.cpp @@ -30,7 +30,7 @@ #include "skeleton_modification_2d_jiggle.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "../nodes/skeleton_2d.h" #include "scene/resources/world_2d.h" #include "skeleton_modification_stack_2d.h" diff --git a/modules/skeleton_3d/editor/physical_bone_plugin.cpp b/modules/skeleton_3d/editor/physical_bone_plugin.cpp index e71908523..a2159f08f 100644 --- a/modules/skeleton_3d/editor/physical_bone_plugin.cpp +++ b/modules/skeleton_3d/editor/physical_bone_plugin.cpp @@ -37,7 +37,7 @@ #include "core/error/error_macros.h" #include "core/os/memory.h" #include "scene/gui/box_container.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/separator.h" #include "scene/gui/tool_button.h" diff --git a/modules/skeleton_3d/editor/skeleton_ik_editor_plugin.cpp b/modules/skeleton_3d/editor/skeleton_ik_editor_plugin.cpp index 479d983f6..332de42cc 100644 --- a/modules/skeleton_3d/editor/skeleton_ik_editor_plugin.cpp +++ b/modules/skeleton_3d/editor/skeleton_ik_editor_plugin.cpp @@ -36,7 +36,7 @@ #include "core/os/memory.h" #include "editor/editor_node.h" #include "scene/gui/button.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" void SkeletonIKEditorPlugin::_play() { if (!skeleton_ik) { diff --git a/modules/skeleton_3d/nodes/skeleton.h b/modules/skeleton_3d/nodes/skeleton.h index 2f8dfac47..ffd137d81 100644 --- a/modules/skeleton_3d/nodes/skeleton.h +++ b/modules/skeleton_3d/nodes/skeleton.h @@ -32,7 +32,7 @@ #include "core/object/reference.h" #include "core/containers/rid.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #ifndef _3D_DISABLED typedef int BoneId; diff --git a/modules/terraman/nodes/terrain_light_node.h b/modules/terraman/nodes/terrain_light_node.h index 800536b9f..29c2c1cb8 100644 --- a/modules/terraman/nodes/terrain_light_node.h +++ b/modules/terraman/nodes/terrain_light_node.h @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "core/math/vector3.h" diff --git a/modules/terraman/world/terrain_world.h b/modules/terraman/world/terrain_world.h index 7ad857556..ecbe63449 100644 --- a/modules/terraman/world/terrain_world.h +++ b/modules/terraman/world/terrain_world.h @@ -27,7 +27,7 @@ SOFTWARE. #include "../defines.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "../areas/terrain_world_area.h" #include "../level_generator/terrain_level_generator.h" diff --git a/modules/terraman_2d/nodes/terrain_2d_light_node.h b/modules/terraman_2d/nodes/terrain_2d_light_node.h index 533b69ff9..c155a90cd 100644 --- a/modules/terraman_2d/nodes/terrain_2d_light_node.h +++ b/modules/terraman_2d/nodes/terrain_2d_light_node.h @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "core/math/vector3.h" diff --git a/modules/terraman_2d/world/terrain_2d_world.h b/modules/terraman_2d/world/terrain_2d_world.h index 29066910d..faaac838d 100644 --- a/modules/terraman_2d/world/terrain_2d_world.h +++ b/modules/terraman_2d/world/terrain_2d_world.h @@ -27,7 +27,7 @@ SOFTWARE. #include "../defines.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "../areas/terrain_2d_world_area.h" #include "../level_generator/terrain_2d_level_generator.h" diff --git a/modules/tile_map/tile_map.h b/modules/tile_map/tile_map.h index a3a3e6319..447953ab4 100644 --- a/modules/tile_map/tile_map.h +++ b/modules/tile_map/tile_map.h @@ -33,7 +33,7 @@ #include "core/containers/self_list.h" #include "core/containers/vset.h" #include "scene/2d/navigation_2d.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "tile_set.h" #include "../fastnoise/noise.h" diff --git a/modules/voxelman/nodes/voxel_light_node.h b/modules/voxelman/nodes/voxel_light_node.h index 0b5969735..5daa09565 100644 --- a/modules/voxelman/nodes/voxel_light_node.h +++ b/modules/voxelman/nodes/voxel_light_node.h @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "core/math/vector3.h" diff --git a/modules/voxelman/world/voxel_world.h b/modules/voxelman/world/voxel_world.h index 838855f82..e30af924c 100644 --- a/modules/voxelman/world/voxel_world.h +++ b/modules/voxelman/world/voxel_world.h @@ -27,7 +27,7 @@ SOFTWARE. #include "../defines.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "../areas/world_area.h" #include "../level_generator/voxel_level_generator.h" diff --git a/scene/2d/animated_sprite.h b/scene/2d/animated_sprite.h index f6fb63f36..b331a6fa1 100644 --- a/scene/2d/animated_sprite.h +++ b/scene/2d/animated_sprite.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Texture; diff --git a/scene/2d/audio_stream_player_2d.h b/scene/2d/audio_stream_player_2d.h index 1145e536d..4a941b310 100644 --- a/scene/2d/audio_stream_player_2d.h +++ b/scene/2d/audio_stream_player_2d.h @@ -33,7 +33,7 @@ #include "core/math/audio_frame.h" #include "core/object/reference.h" #include "core/os/safe_refcount.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class AudioStreamPlayback; class AudioStream; diff --git a/scene/2d/back_buffer_copy.h b/scene/2d/back_buffer_copy.h index 27ed30143..c30349365 100644 --- a/scene/2d/back_buffer_copy.h +++ b/scene/2d/back_buffer_copy.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class BackBufferCopy : public Node2D { GDCLASS(BackBufferCopy, Node2D); diff --git a/scene/2d/camera_2d.h b/scene/2d/camera_2d.h index b8bd1dc77..daf571a9f 100644 --- a/scene/2d/camera_2d.h +++ b/scene/2d/camera_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Viewport; diff --git a/scene/2d/canvas_modulate.h b/scene/2d/canvas_modulate.h index 4b7a14979..ba054d9db 100644 --- a/scene/2d/canvas_modulate.h +++ b/scene/2d/canvas_modulate.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class CanvasModulate : public Node2D { GDCLASS(CanvasModulate, Node2D); diff --git a/scene/2d/collision_object_2d.h b/scene/2d/collision_object_2d.h index 39553c195..0790bdb9b 100644 --- a/scene/2d/collision_object_2d.h +++ b/scene/2d/collision_object_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/resources/shapes_2d/shape_2d.h" class CollisionObject2D : public Node2D { diff --git a/scene/2d/collision_polygon_2d.h b/scene/2d/collision_polygon_2d.h index 3c5224eb7..7704d51ce 100644 --- a/scene/2d/collision_polygon_2d.h +++ b/scene/2d/collision_polygon_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class CollisionObject2D; diff --git a/scene/2d/collision_shape_2d.h b/scene/2d/collision_shape_2d.h index 626327ec1..e40484313 100644 --- a/scene/2d/collision_shape_2d.h +++ b/scene/2d/collision_shape_2d.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/reference.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Shape2D; class CollisionObject2D; diff --git a/scene/2d/cpu_particles_2d.cpp b/scene/2d/cpu_particles_2d.cpp index 776a756b6..a85b0cbc6 100644 --- a/scene/2d/cpu_particles_2d.cpp +++ b/scene/2d/cpu_particles_2d.cpp @@ -35,7 +35,7 @@ #include "core/containers/fixed_array.h" #include "core/math/transform_interpolator.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/resources/material/particles_material.h" #include "scene/resources/texture.h" #include "servers/rendering_server.h" diff --git a/scene/2d/cpu_particles_2d.h b/scene/2d/cpu_particles_2d.h index 0d4f0715a..f4e5850c5 100644 --- a/scene/2d/cpu_particles_2d.h +++ b/scene/2d/cpu_particles_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class RID; class Texture; diff --git a/scene/2d/joints_2d.h b/scene/2d/joints_2d.h index f2f7f0900..016be3ed7 100644 --- a/scene/2d/joints_2d.h +++ b/scene/2d/joints_2d.h @@ -31,7 +31,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "node_2d.h" +#include "scene/main/node_2d.h" class PhysicsBody2D; diff --git a/scene/2d/light_2d.h b/scene/2d/light_2d.h index 68d9dfe96..79bf49249 100644 --- a/scene/2d/light_2d.h +++ b/scene/2d/light_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Light2D : public Node2D { GDCLASS(Light2D, Node2D); diff --git a/scene/2d/light_occluder_2d.h b/scene/2d/light_occluder_2d.h index ee26cc863..867c28810 100644 --- a/scene/2d/light_occluder_2d.h +++ b/scene/2d/light_occluder_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class OccluderPolygon2D : public Resource { GDCLASS(OccluderPolygon2D, Resource); diff --git a/scene/2d/line_2d.h b/scene/2d/line_2d.h index 135249177..c93d2fd7e 100644 --- a/scene/2d/line_2d.h +++ b/scene/2d/line_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "node_2d.h" +#include "scene/main/node_2d.h" class Line2D : public Node2D { GDCLASS(Line2D, Node2D); diff --git a/scene/2d/listener_2d.h b/scene/2d/listener_2d.h index ecce00365..ed0d16b7b 100644 --- a/scene/2d/listener_2d.h +++ b/scene/2d/listener_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Listener2D : public Node2D { GDCLASS(Listener2D, Node2D); diff --git a/scene/2d/mesh_instance_2d.h b/scene/2d/mesh_instance_2d.h index b5c731717..eefeb93a8 100644 --- a/scene/2d/mesh_instance_2d.h +++ b/scene/2d/mesh_instance_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class MeshInstance2D : public Node2D { GDCLASS(MeshInstance2D, Node2D); diff --git a/scene/2d/multimesh_instance_2d.h b/scene/2d/multimesh_instance_2d.h index 7f270eb01..29dd7ba4a 100644 --- a/scene/2d/multimesh_instance_2d.h +++ b/scene/2d/multimesh_instance_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class MultiMesh; diff --git a/scene/2d/navigation_2d.h b/scene/2d/navigation_2d.h index c93632cd3..6e9f5fb8d 100644 --- a/scene/2d/navigation_2d.h +++ b/scene/2d/navigation_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Navigation2D : public Node2D { GDCLASS(Navigation2D, Node2D); diff --git a/scene/2d/navigation_geometry_parser_2d.cpp b/scene/2d/navigation_geometry_parser_2d.cpp index 78df5afe7..af15038dc 100644 --- a/scene/2d/navigation_geometry_parser_2d.cpp +++ b/scene/2d/navigation_geometry_parser_2d.cpp @@ -30,7 +30,7 @@ #include "navigation_geometry_parser_2d.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/resources/navigation_2d/navigation_mesh_source_geometry_data_2d.h" #include "scene/resources/navigation_2d/navigation_polygon.h" diff --git a/scene/2d/navigation_link_2d.h b/scene/2d/navigation_link_2d.h index 8012cbeb0..42dc44f7b 100644 --- a/scene/2d/navigation_link_2d.h +++ b/scene/2d/navigation_link_2d.h @@ -31,7 +31,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class NavigationLink2D : public Node2D { GDCLASS(NavigationLink2D, Node2D); diff --git a/scene/2d/navigation_obstacle_2d.cpp b/scene/2d/navigation_obstacle_2d.cpp index 0d229bd3a..8a7f34c4c 100644 --- a/scene/2d/navigation_obstacle_2d.cpp +++ b/scene/2d/navigation_obstacle_2d.cpp @@ -33,7 +33,7 @@ #include "core/config/engine.h" #include "scene/2d/collision_shape_2d.h" #include "scene/2d/navigation_2d.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/2d/physics_body_2d.h" #include "scene/resources/world_2d.h" #include "servers/navigation_2d_server.h" diff --git a/scene/2d/navigation_obstacle_2d.h b/scene/2d/navigation_obstacle_2d.h index 2dd102741..024680cf2 100644 --- a/scene/2d/navigation_obstacle_2d.h +++ b/scene/2d/navigation_obstacle_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Navigation2D; class Node2D; diff --git a/scene/2d/navigation_polygon_instance.h b/scene/2d/navigation_polygon_instance.h index fbf254324..5744409be 100644 --- a/scene/2d/navigation_polygon_instance.h +++ b/scene/2d/navigation_polygon_instance.h @@ -32,7 +32,7 @@ /*************************************************************************/ #include "core/object/resource.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class NavigationMesh; class Navigation2D; diff --git a/scene/2d/parallax_background.cpp b/scene/2d/parallax_background.cpp index 5aa761566..6e275c87d 100644 --- a/scene/2d/parallax_background.cpp +++ b/scene/2d/parallax_background.cpp @@ -31,7 +31,7 @@ #include "parallax_background.h" #include "parallax_layer.h" #include "scene/2d/camera_2d.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" void ParallaxBackground::_notification(int p_what) { switch (p_what) { diff --git a/scene/2d/parallax_layer.h b/scene/2d/parallax_layer.h index f2653e682..d33309b8b 100644 --- a/scene/2d/parallax_layer.h +++ b/scene/2d/parallax_layer.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class ParallaxLayer : public Node2D { GDCLASS(ParallaxLayer, Node2D); diff --git a/scene/2d/path_2d.h b/scene/2d/path_2d.h index 9a7f065a1..69dd09ae1 100644 --- a/scene/2d/path_2d.h +++ b/scene/2d/path_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Curve2D; diff --git a/scene/2d/polygon_2d.h b/scene/2d/polygon_2d.h index d3af3d916..49ef8ab8e 100644 --- a/scene/2d/polygon_2d.h +++ b/scene/2d/polygon_2d.h @@ -31,7 +31,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Polygon2D : public Node2D { GDCLASS(Polygon2D, Node2D); diff --git a/scene/2d/position_2d.h b/scene/2d/position_2d.h index 52dd372b6..9698356f4 100644 --- a/scene/2d/position_2d.h +++ b/scene/2d/position_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Position2D : public Node2D { GDCLASS(Position2D, Node2D); diff --git a/scene/2d/ray_cast_2d.h b/scene/2d/ray_cast_2d.h index bf63ec566..cb7fac816 100644 --- a/scene/2d/ray_cast_2d.h +++ b/scene/2d/ray_cast_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class RayCast2D : public Node2D { GDCLASS(RayCast2D, Node2D); diff --git a/scene/2d/remote_transform_2d.h b/scene/2d/remote_transform_2d.h index efc3becc9..5bab4058d 100644 --- a/scene/2d/remote_transform_2d.h +++ b/scene/2d/remote_transform_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class RemoteTransform2D : public Node2D { GDCLASS(RemoteTransform2D, Node2D); diff --git a/scene/2d/shape_cast_2d.h b/scene/2d/shape_cast_2d.h index fd33ff9f2..f551fb42f 100644 --- a/scene/2d/shape_cast_2d.h +++ b/scene/2d/shape_cast_2d.h @@ -31,7 +31,7 @@ #ifndef SHAPE_CAST_2D_H #define SHAPE_CAST_2D_H -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/resources/shapes_2d/shape_2d.h" #include "scene/resources/world_2d.h" diff --git a/scene/2d/sprite.h b/scene/2d/sprite.h index 4727bdc72..a8a05d332 100644 --- a/scene/2d/sprite.h +++ b/scene/2d/sprite.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/reference.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Sprite : public Node2D { GDCLASS(Sprite, Node2D); diff --git a/scene/2d/touch_screen_button.h b/scene/2d/touch_screen_button.h index 4b64383ce..6bfbb598f 100644 --- a/scene/2d/touch_screen_button.h +++ b/scene/2d/touch_screen_button.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/reference.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Texture; class BitMap; diff --git a/scene/2d/visibility_notifier_2d.h b/scene/2d/visibility_notifier_2d.h index 7f9fb7588..8c5464447 100644 --- a/scene/2d/visibility_notifier_2d.h +++ b/scene/2d/visibility_notifier_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class Viewport; class VisibilityNotifier2D : public Node2D { diff --git a/scene/2d/y_sort.h b/scene/2d/y_sort.h index d3a749cbb..b61da6f7d 100644 --- a/scene/2d/y_sort.h +++ b/scene/2d/y_sort.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class YSort : public Node2D { GDCLASS(YSort, Node2D); diff --git a/scene/3d/audio_stream_player_3d.h b/scene/3d/audio_stream_player_3d.h index a93d81751..27fbab3dd 100644 --- a/scene/3d/audio_stream_player_3d.h +++ b/scene/3d/audio_stream_player_3d.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/os/safe_refcount.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "servers/audio/audio_filter_sw.h" #include "servers/audio_server.h" diff --git a/scene/3d/camera.h b/scene/3d/camera.h index 93d6f129a..fc2db279b 100644 --- a/scene/3d/camera.h +++ b/scene/3d/camera.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/reference.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class SpatialVelocityTracker; class Viewport; diff --git a/scene/3d/collision_object.h b/scene/3d/collision_object.h index cbf76ff37..9c041a9b1 100644 --- a/scene/3d/collision_object.h +++ b/scene/3d/collision_object.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/reference.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/resources/shapes/shape.h" class CollisionObject : public Spatial { diff --git a/scene/3d/collision_polygon.h b/scene/3d/collision_polygon.h index a3e326149..59ef88e10 100644 --- a/scene/3d/collision_polygon.h +++ b/scene/3d/collision_polygon.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/reference.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class CollisionObject; class Shape; diff --git a/scene/3d/collision_shape.h b/scene/3d/collision_shape.h index 806a1eedc..ae301d843 100644 --- a/scene/3d/collision_shape.h +++ b/scene/3d/collision_shape.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/reference.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class CollisionObject; class Shape; diff --git a/scene/3d/cull_instance.h b/scene/3d/cull_instance.h index c64c5165f..03097f396 100644 --- a/scene/3d/cull_instance.h +++ b/scene/3d/cull_instance.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class CullInstance : public Spatial { GDCLASS(CullInstance, Spatial); diff --git a/scene/3d/importer_mesh_instance_3d.h b/scene/3d/importer_mesh_instance_3d.h index ce3e61f5c..a92adaf29 100644 --- a/scene/3d/importer_mesh_instance_3d.h +++ b/scene/3d/importer_mesh_instance_3d.h @@ -31,7 +31,7 @@ #ifndef IMPORTER_MESH_INSTANCE_3D_H #define IMPORTER_MESH_INSTANCE_3D_H -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "modules/modules_enabled.gen.h" diff --git a/scene/3d/listener.h b/scene/3d/listener.h index c7f2f5e0c..fd0cd24d1 100644 --- a/scene/3d/listener.h +++ b/scene/3d/listener.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class Viewport; diff --git a/scene/3d/navigation.h b/scene/3d/navigation.h index e94484d89..dfe3a5ab8 100644 --- a/scene/3d/navigation.h +++ b/scene/3d/navigation.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class Navigation : public Spatial { GDCLASS(Navigation, Spatial); diff --git a/scene/3d/navigation_geometry_parser_3d.cpp b/scene/3d/navigation_geometry_parser_3d.cpp index 996630384..5516d3ddb 100644 --- a/scene/3d/navigation_geometry_parser_3d.cpp +++ b/scene/3d/navigation_geometry_parser_3d.cpp @@ -30,7 +30,7 @@ #include "navigation_geometry_parser_3d.h" -#include "spatial.h" +#include "scene/main/spatial.h" #include "scene/resources/navigation/navigation_mesh.h" #include "scene/resources/navigation/navigation_mesh_source_geometry_data_3d.h" diff --git a/scene/3d/navigation_link_3d.h b/scene/3d/navigation_link_3d.h index 1ea906ec7..b7c945852 100644 --- a/scene/3d/navigation_link_3d.h +++ b/scene/3d/navigation_link_3d.h @@ -31,7 +31,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class NavigationLink3D : public Spatial { GDCLASS(NavigationLink3D, Spatial); diff --git a/scene/3d/navigation_mesh_instance.h b/scene/3d/navigation_mesh_instance.h index 3a07b2ace..19b6cdc96 100644 --- a/scene/3d/navigation_mesh_instance.h +++ b/scene/3d/navigation_mesh_instance.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/os/thread.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class Mesh; class Navigation; diff --git a/scene/3d/navigation_obstacle.cpp b/scene/3d/navigation_obstacle.cpp index 2e5cf3e0c..24a668fcb 100644 --- a/scene/3d/navigation_obstacle.cpp +++ b/scene/3d/navigation_obstacle.cpp @@ -34,7 +34,7 @@ #include "scene/3d/collision_shape.h" #include "scene/3d/navigation.h" #include "scene/3d/physics_body.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/resources/material/material.h" #include "scene/resources/mesh/mesh.h" #include "scene/resources/shapes/shape.h" diff --git a/scene/3d/navigation_obstacle.h b/scene/3d/navigation_obstacle.h index 33fec0c32..09a338fc6 100644 --- a/scene/3d/navigation_obstacle.h +++ b/scene/3d/navigation_obstacle.h @@ -31,7 +31,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class Navigation; class Spatial; diff --git a/scene/3d/occluder.h b/scene/3d/occluder.h index b8d03f799..8816330ff 100644 --- a/scene/3d/occluder.h +++ b/scene/3d/occluder.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/reference.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class OccluderShape; diff --git a/scene/3d/path.h b/scene/3d/path.h index cc81e84f1..9fe56ded8 100644 --- a/scene/3d/path.h +++ b/scene/3d/path.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/reference.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class Curve3D; diff --git a/scene/3d/physics_joint.h b/scene/3d/physics_joint.h index 42f1ef4c5..45b931861 100644 --- a/scene/3d/physics_joint.h +++ b/scene/3d/physics_joint.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "servers/physics_server.h" class PhysicsBody; diff --git a/scene/3d/portal.h b/scene/3d/portal.h index 2b4e203cd..ac16d2dfa 100644 --- a/scene/3d/portal.h +++ b/scene/3d/portal.h @@ -32,7 +32,7 @@ #include "core/containers/local_vector.h" #include "core/containers/rid.h" -#include "spatial.h" +#include "scene/main/spatial.h" class RoomManager; class MeshInstance; diff --git a/scene/3d/position_3d.h b/scene/3d/position_3d.h index 8b09a408d..71732385f 100644 --- a/scene/3d/position_3d.h +++ b/scene/3d/position_3d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class Position3D : public Spatial { GDCLASS(Position3D, Spatial); diff --git a/scene/3d/proximity_group.h b/scene/3d/proximity_group.h index a3b5393a5..17f4987a0 100644 --- a/scene/3d/proximity_group.h +++ b/scene/3d/proximity_group.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "spatial.h" +#include "scene/main/spatial.h" class ProximityGroup : public Spatial { GDCLASS(ProximityGroup, Spatial); diff --git a/scene/3d/ray_cast.h b/scene/3d/ray_cast.h index a9ed5c25c..ef2ed5def 100644 --- a/scene/3d/ray_cast.h +++ b/scene/3d/ray_cast.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class SpatialMaterial; diff --git a/scene/3d/remote_transform.h b/scene/3d/remote_transform.h index f5db5fc33..62eeb5b85 100644 --- a/scene/3d/remote_transform.h +++ b/scene/3d/remote_transform.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class RemoteTransform : public Spatial { GDCLASS(RemoteTransform, Spatial); diff --git a/scene/3d/room.h b/scene/3d/room.h index 14b899d45..c2c1f3c69 100644 --- a/scene/3d/room.h +++ b/scene/3d/room.h @@ -33,7 +33,7 @@ #include "core/containers/local_vector.h" #include "core/math/geometry.h" #include "core/containers/rid.h" -#include "spatial.h" +#include "scene/main/spatial.h" class Portal; diff --git a/scene/3d/room_group.h b/scene/3d/room_group.h index 50dd0fc8f..14b5b3add 100644 --- a/scene/3d/room_group.h +++ b/scene/3d/room_group.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/containers/rid.h" -#include "spatial.h" +#include "scene/main/spatial.h" class Room; diff --git a/scene/3d/room_manager.h b/scene/3d/room_manager.h index 22b61e5aa..8c69d4419 100644 --- a/scene/3d/room_manager.h +++ b/scene/3d/room_manager.h @@ -32,7 +32,7 @@ #include "core/containers/local_vector.h" #include "room.h" -#include "spatial.h" +#include "scene/main/spatial.h" class Portal; class RoomGroup; diff --git a/scene/3d/shape_cast.h b/scene/3d/shape_cast.h index 6b9d14c2e..1407eeffa 100644 --- a/scene/3d/shape_cast.h +++ b/scene/3d/shape_cast.h @@ -33,7 +33,7 @@ #include "core/math/color.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/resources/shapes/shape.h" #include "servers/physics_server.h" diff --git a/scene/3d/spatial_velocity_tracker.h b/scene/3d/spatial_velocity_tracker.h index 9ab54c748..543e05a3d 100644 --- a/scene/3d/spatial_velocity_tracker.h +++ b/scene/3d/spatial_velocity_tracker.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class SpatialVelocityTracker : public Reference { GDCLASS(SpatialVelocityTracker, Reference); diff --git a/scene/3d/spring_arm.h b/scene/3d/spring_arm.h index 21f158eed..71cb1cc11 100644 --- a/scene/3d/spring_arm.h +++ b/scene/3d/spring_arm.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/reference.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" class Shape; diff --git a/scene/3d/world_environment_3d.cpp b/scene/3d/world_environment_3d.cpp index 1ec90df42..928e1ba57 100644 --- a/scene/3d/world_environment_3d.cpp +++ b/scene/3d/world_environment_3d.cpp @@ -29,7 +29,7 @@ /*************************************************************************/ #include "world_environment_3d.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/main/viewport.h" #include "scene/resources/environment_3d.h" diff --git a/scene/animation/animation_player.cpp b/scene/animation/animation_player.cpp index 087a28bb2..b836af5aa 100644 --- a/scene/animation/animation_player.cpp +++ b/scene/animation/animation_player.cpp @@ -32,8 +32,8 @@ #include "core/config/engine.h" #include "core/object/message_queue.h" -#include "scene/2d/node_2d.h" -#include "scene/3d/spatial.h" +#include "scene/main/node_2d.h" +#include "scene/main/spatial.h" #include "scene/animation/animation.h" #include "scene/scene_string_names.h" #include "servers/audio/audio_stream.h" diff --git a/scene/animation/animation_tree.cpp b/scene/animation/animation_tree.cpp index bf5589181..090dc0c0e 100644 --- a/scene/animation/animation_tree.cpp +++ b/scene/animation/animation_tree.cpp @@ -34,7 +34,7 @@ #include "animation_player.h" #include "core/config/engine.h" #include "core/object/method_bind_ext.gen.inc" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/scene_string_names.h" #include "servers/audio/audio_stream.h" diff --git a/scene/gui/base_button.h b/scene/gui/base_button.h index b31fe9641..c4b50d038 100644 --- a/scene/gui/base_button.h +++ b/scene/gui/base_button.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class ShortCut; class ButtonGroup; diff --git a/scene/gui/color_rect.h b/scene/gui/color_rect.h index 57ee9b183..6d3b8bdcf 100644 --- a/scene/gui/color_rect.h +++ b/scene/gui/color_rect.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class ColorRect : public Control { GDCLASS(ColorRect, Control); diff --git a/scene/gui/container.h b/scene/gui/container.h index 937ff0e9f..b38141bfc 100644 --- a/scene/gui/container.h +++ b/scene/gui/container.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class Container : public Control { GDCLASS(Container, Control); diff --git a/scene/gui/gradient_edit.h b/scene/gui/gradient_edit.h index 26f884993..4e7e2cea7 100644 --- a/scene/gui/gradient_edit.h +++ b/scene/gui/gradient_edit.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/resources/gradient.h" diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h index 5eba9f58b..8272323c7 100644 --- a/scene/gui/graph_edit.h +++ b/scene/gui/graph_edit.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class GraphEdit; class GraphEditMinimap; diff --git a/scene/gui/item_list.h b/scene/gui/item_list.h index d3e9b5f77..7924761ca 100644 --- a/scene/gui/item_list.h +++ b/scene/gui/item_list.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class VScrollBar; diff --git a/scene/gui/label.h b/scene/gui/label.h index 8f551c1f4..25d283fed 100644 --- a/scene/gui/label.h +++ b/scene/gui/label.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class Label : public Control { GDCLASS(Label, Control); diff --git a/scene/gui/line_edit.h b/scene/gui/line_edit.h index 278293e79..771a83ce3 100644 --- a/scene/gui/line_edit.h +++ b/scene/gui/line_edit.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class PopupMenu; diff --git a/scene/gui/nine_patch_rect.h b/scene/gui/nine_patch_rect.h index 91cb772c1..eb09bfbcd 100644 --- a/scene/gui/nine_patch_rect.h +++ b/scene/gui/nine_patch_rect.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class NinePatchRect : public Control { GDCLASS(NinePatchRect, Control); diff --git a/scene/gui/panel.h b/scene/gui/panel.h index 4edba8848..4155e952f 100644 --- a/scene/gui/panel.h +++ b/scene/gui/panel.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class Panel : public Control { GDCLASS(Panel, Control); diff --git a/scene/gui/popup.h b/scene/gui/popup.h index 2d27d9c4d..30a92852e 100644 --- a/scene/gui/popup.h +++ b/scene/gui/popup.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class Popup : public Control { GDCLASS(Popup, Control); diff --git a/scene/gui/range.h b/scene/gui/range.h index 35992b738..6515da883 100644 --- a/scene/gui/range.h +++ b/scene/gui/range.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class Range : public Control { GDCLASS(Range, Control); diff --git a/scene/gui/reference_rect.h b/scene/gui/reference_rect.h index 46f21777a..ffd4497a9 100644 --- a/scene/gui/reference_rect.h +++ b/scene/gui/reference_rect.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class ReferenceRect : public Control { GDCLASS(ReferenceRect, Control); diff --git a/scene/gui/rich_text_label.h b/scene/gui/rich_text_label.h index d34fcbf9b..bf9161368 100644 --- a/scene/gui/rich_text_label.h +++ b/scene/gui/rich_text_label.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "rich_text_effect.h" diff --git a/scene/gui/separator.h b/scene/gui/separator.h index 549f4d2c4..4878c1fff 100644 --- a/scene/gui/separator.h +++ b/scene/gui/separator.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class Separator : public Control { GDCLASS(Separator, Control); diff --git a/scene/gui/tabs.h b/scene/gui/tabs.h index 927d7683d..5cdea75ad 100644 --- a/scene/gui/tabs.h +++ b/scene/gui/tabs.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class Tabs : public Control { GDCLASS(Tabs, Control); diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h index e4b742e28..a4455765a 100644 --- a/scene/gui/text_edit.h +++ b/scene/gui/text_edit.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/resources/syntax_highlighter.h" diff --git a/scene/gui/texture_rect.h b/scene/gui/texture_rect.h index a6c0c5f34..7b2702a98 100644 --- a/scene/gui/texture_rect.h +++ b/scene/gui/texture_rect.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" class TextureRect : public Control { GDCLASS(TextureRect, Control); diff --git a/scene/gui/tree.h b/scene/gui/tree.h index 40a201df0..1b49e1d60 100644 --- a/scene/gui/tree.h +++ b/scene/gui/tree.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/object.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" class Tree; class HScrollBar; diff --git a/scene/gui/video_player.h b/scene/gui/video_player.h index b0a7849da..b245719a3 100644 --- a/scene/gui/video_player.h +++ b/scene/gui/video_player.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "servers/audio/audio_rb_resampler.h" #include "scene/resources/video_stream.h" diff --git a/scene/2d/canvas_item.cpp b/scene/main/canvas_item.cpp similarity index 100% rename from scene/2d/canvas_item.cpp rename to scene/main/canvas_item.cpp diff --git a/scene/2d/canvas_item.h b/scene/main/canvas_item.h similarity index 100% rename from scene/2d/canvas_item.h rename to scene/main/canvas_item.h diff --git a/scene/main/canvas_layer.cpp b/scene/main/canvas_layer.cpp index cd72c40f4..f88ee7bcb 100644 --- a/scene/main/canvas_layer.cpp +++ b/scene/main/canvas_layer.cpp @@ -29,7 +29,7 @@ /*************************************************************************/ #include "canvas_layer.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/resources/world_2d.h" #include "scene/scene_string_names.h" #include "viewport.h" diff --git a/scene/gui/control.cpp b/scene/main/control.cpp similarity index 100% rename from scene/gui/control.cpp rename to scene/main/control.cpp diff --git a/scene/gui/control.h b/scene/main/control.h similarity index 99% rename from scene/gui/control.h rename to scene/main/control.h index f6e7109a8..aad8281d1 100644 --- a/scene/gui/control.h +++ b/scene/main/control.h @@ -32,7 +32,7 @@ #include "core/containers/rid.h" #include "core/math/transform_2d.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/resources/theme.h" class Viewport; diff --git a/scene/2d/node_2d.cpp b/scene/main/node_2d.cpp similarity index 99% rename from scene/2d/node_2d.cpp rename to scene/main/node_2d.cpp index 393558aea..ba0ab76aa 100644 --- a/scene/2d/node_2d.cpp +++ b/scene/main/node_2d.cpp @@ -31,7 +31,7 @@ #include "node_2d.h" #include "core/object/message_queue.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/main/viewport.h" #include "scene/scene_string_names.h" #include "servers/rendering_server.h" diff --git a/scene/2d/node_2d.h b/scene/main/node_2d.h similarity index 99% rename from scene/2d/node_2d.h rename to scene/main/node_2d.h index dd9693cce..11d4ef07f 100644 --- a/scene/2d/node_2d.h +++ b/scene/main/node_2d.h @@ -30,7 +30,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" class Node2D : public CanvasItem { GDCLASS(Node2D, CanvasItem); diff --git a/scene/main/scene_tree.cpp b/scene/main/scene_tree.cpp index d493987b9..b3bc39662 100644 --- a/scene/main/scene_tree.cpp +++ b/scene/main/scene_tree.cpp @@ -42,10 +42,10 @@ #include "core/variant/variant_parser.h" #include "main/input_default.h" #include "node.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/animation/scene_tree_tween.h" #include "scene/debugger/script_debugger_remote.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/resources/font/dynamic_font.h" #include "scene/resources/material/material.h" #include "scene/resources/mesh/mesh.h" diff --git a/scene/3d/spatial.cpp b/scene/main/spatial.cpp similarity index 100% rename from scene/3d/spatial.cpp rename to scene/main/spatial.cpp diff --git a/scene/3d/spatial.h b/scene/main/spatial.h similarity index 100% rename from scene/3d/spatial.h rename to scene/main/spatial.h diff --git a/scene/main/viewport.cpp b/scene/main/viewport.cpp index 085138368..fdadaeced 100644 --- a/scene/main/viewport.cpp +++ b/scene/main/viewport.cpp @@ -42,8 +42,8 @@ #include "scene/3d/camera.h" #include "scene/3d/collision_object.h" #include "scene/3d/listener.h" -#include "scene/3d/spatial.h" -#include "scene/gui/control.h" +#include "scene/main/spatial.h" +#include "scene/main/control.h" #include "scene/gui/label.h" #include "scene/gui/menu_button.h" #include "scene/gui/panel.h" diff --git a/scene/main/world.cpp b/scene/main/world.cpp index 9810c3ff1..3d999ff48 100644 --- a/scene/main/world.cpp +++ b/scene/main/world.cpp @@ -3,7 +3,7 @@ #include "core/config/engine.h" #include "core/core_string_names.h" #include "scene/3d/camera.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/3d/world_environment_3d.h" #include "scene/resources/world_2d.h" #include "scene/resources/world_3d.h" diff --git a/scene/register_scene_types.cpp b/scene/register_scene_types.cpp index 2440b89af..b01da72b1 100644 --- a/scene/register_scene_types.cpp +++ b/scene/register_scene_types.cpp @@ -39,7 +39,7 @@ #include "scene/2d/audio_stream_player_2d.h" #include "scene/2d/back_buffer_copy.h" #include "scene/2d/camera_2d.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include "scene/2d/canvas_modulate.h" #include "scene/2d/collision_polygon_2d.h" #include "scene/2d/collision_shape_2d.h" @@ -71,7 +71,7 @@ #include "scene/2d/visibility_notifier_2d.h" #include "scene/2d/y_sort.h" #include "scene/3d/label_3d.h" -#include "scene/3d/spatial.h" +#include "scene/main/spatial.h" #include "scene/3d/world_environment_3d.h" #include "scene/animation/animation_blend_space_1d.h" #include "scene/animation/animation_blend_space_2d.h" @@ -91,7 +91,7 @@ #include "scene/gui/check_button.h" #include "scene/gui/color_picker.h" #include "scene/gui/color_rect.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/gui/dialogs.h" #include "scene/gui/file_dialog.h" #include "scene/gui/flow_container.h" diff --git a/scene/resources/navigation_2d/navigation_mesh_source_geometry_data_2d.h b/scene/resources/navigation_2d/navigation_mesh_source_geometry_data_2d.h index 0692af047..8e2775704 100644 --- a/scene/resources/navigation_2d/navigation_mesh_source_geometry_data_2d.h +++ b/scene/resources/navigation_2d/navigation_mesh_source_geometry_data_2d.h @@ -31,7 +31,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" #include "scene/resources/navigation_2d/navigation_polygon.h" class NavigationMeshSourceGeometryData2D : public Resource { diff --git a/scene/resources/navigation_2d/navigation_polygon.h b/scene/resources/navigation_2d/navigation_polygon.h index c6e5f7a9e..8d204810f 100644 --- a/scene/resources/navigation_2d/navigation_polygon.h +++ b/scene/resources/navigation_2d/navigation_polygon.h @@ -31,7 +31,7 @@ /*************************************************************************/ #include "core/object/resource.h" -#include "scene/2d/node_2d.h" +#include "scene/main/node_2d.h" class NavigationMesh; diff --git a/scene/resources/packed_scene.cpp b/scene/resources/packed_scene.cpp index 4ac1b84d3..0b18380fe 100644 --- a/scene/resources/packed_scene.cpp +++ b/scene/resources/packed_scene.cpp @@ -35,9 +35,9 @@ #include "core/io/resource_loader.h" #include "core/config/project_settings.h" #include "editor/editor_inspector.h" -#include "scene/2d/node_2d.h" -#include "scene/3d/spatial.h" -#include "scene/gui/control.h" +#include "scene/main/node_2d.h" +#include "scene/main/spatial.h" +#include "scene/main/control.h" #include "core/input/shortcut.h" #include "scene/main/instance_placeholder.h" #include "scene/property_utils.h" diff --git a/scene/resources/style_box.cpp b/scene/resources/style_box.cpp index b1fdb45e8..119fcd20e 100644 --- a/scene/resources/style_box.cpp +++ b/scene/resources/style_box.cpp @@ -29,7 +29,7 @@ /*************************************************************************/ #include "style_box.h" -#include "scene/2d/canvas_item.h" +#include "scene/main/canvas_item.h" #include