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

@ -31,7 +31,7 @@
#include "editor_import_plugin.h"
#include "core/object/script_language.h"
#include "editor/editor_file_system.h"
#include "editor/file_system/editor_file_system.h"
String EditorImportPlugin::get_importer_name() const {
String ret;