|
@@ -42,40 +42,40 @@
|
|
|
#include "scene/gui/split_container.h"
|
|
|
#include "scene/gui/center_container.h"
|
|
|
#include "scene/gui/texture_progress.h"
|
|
|
-#include "tools/editor/filesystem_dock.h"
|
|
|
-#include "tools/editor/scene_tree_editor.h"
|
|
|
-#include "tools/editor/property_editor.h"
|
|
|
-#include "tools/editor/create_dialog.h"
|
|
|
-#include "tools/editor/call_dialog.h"
|
|
|
-#include "tools/editor/reparent_dialog.h"
|
|
|
-#include "tools/editor/connections_dialog.h"
|
|
|
-#include "tools/editor/node_dock.h"
|
|
|
-#include "tools/editor/settings_config_dialog.h"
|
|
|
-#include "tools/editor/groups_editor.h"
|
|
|
-#include "tools/editor/editor_data.h"
|
|
|
-#include "tools/editor/editor_path.h"
|
|
|
-#include "tools/editor/editor_run.h"
|
|
|
-
|
|
|
-#include "tools/editor/pane_drag.h"
|
|
|
-
|
|
|
-#include "tools/editor/script_create_dialog.h"
|
|
|
-#include "tools/editor/run_settings_dialog.h"
|
|
|
-#include "tools/editor/project_settings.h"
|
|
|
-#include "tools/editor/project_export.h"
|
|
|
-#include "tools/editor/editor_log.h"
|
|
|
-#include "tools/editor/scene_tree_dock.h"
|
|
|
-#include "tools/editor/resources_dock.h"
|
|
|
-#include "tools/editor/editor_run_script.h"
|
|
|
-
|
|
|
-#include "tools/editor/editor_run_native.h"
|
|
|
+#include "editor/filesystem_dock.h"
|
|
|
+#include "editor/scene_tree_editor.h"
|
|
|
+#include "editor/property_editor.h"
|
|
|
+#include "editor/create_dialog.h"
|
|
|
+#include "editor/call_dialog.h"
|
|
|
+#include "editor/reparent_dialog.h"
|
|
|
+#include "editor/connections_dialog.h"
|
|
|
+#include "editor/node_dock.h"
|
|
|
+#include "editor/settings_config_dialog.h"
|
|
|
+#include "editor/groups_editor.h"
|
|
|
+#include "editor/editor_data.h"
|
|
|
+#include "editor/editor_path.h"
|
|
|
+#include "editor/editor_run.h"
|
|
|
+
|
|
|
+#include "editor/pane_drag.h"
|
|
|
+
|
|
|
+#include "editor/script_create_dialog.h"
|
|
|
+#include "editor/run_settings_dialog.h"
|
|
|
+#include "editor/project_settings.h"
|
|
|
+#include "editor/project_export.h"
|
|
|
+#include "editor/editor_log.h"
|
|
|
+#include "editor/scene_tree_dock.h"
|
|
|
+#include "editor/resources_dock.h"
|
|
|
+#include "editor/editor_run_script.h"
|
|
|
+
|
|
|
+#include "editor/editor_run_native.h"
|
|
|
#include "scene/gui/tabs.h"
|
|
|
-#include "tools/editor/quick_open.h"
|
|
|
-#include "tools/editor/project_export.h"
|
|
|
-#include "tools/editor/editor_sub_scene.h"
|
|
|
+#include "editor/quick_open.h"
|
|
|
+#include "editor/project_export.h"
|
|
|
+#include "editor/editor_sub_scene.h"
|
|
|
#include "editor_import_export.h"
|
|
|
#include "editor_reimport_dialog.h"
|
|
|
-#include "tools/editor/editor_plugin.h"
|
|
|
-#include "tools/editor/editor_name_dialog.h"
|
|
|
+#include "editor/editor_plugin.h"
|
|
|
+#include "editor/editor_name_dialog.h"
|
|
|
|
|
|
#include "fileserver/editor_file_server.h"
|
|
|
#include "editor_resource_preview.h"
|