Editor: Restructure editor code

Moving various editor files into sub folders to reduce clutter
This commit is contained in:
A Thousand Ships
2025-06-10 16:47:26 +02:00
parent 3954b2459d
commit f11aff3841
601 changed files with 1195 additions and 1019 deletions

View File

@@ -33,7 +33,7 @@
#include "jni_utils.h"
#ifdef TOOLS_ENABLED
#include "editor/gui/editor_run_bar.h"
#include "editor/run/editor_run_bar.h"
#include "main/main.h"
#endif

View File

@@ -33,7 +33,7 @@
#ifdef TOOLS_ENABLED
#include "editor/editor_interface.h"
#include "editor/editor_node.h"
#include "editor/plugins/game_view_plugin.h"
#include "editor/run/game_view_plugin.h"
static GameViewPlugin *_get_game_view_plugin() {
ERR_FAIL_NULL_V(EditorNode::get_singleton(), nullptr);