mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
#include "core/object/script_language.h"
|
||||
#include "core/variant/dictionary.h"
|
||||
#include "core/variant/variant.h"
|
||||
#include "editor/editor_settings.h"
|
||||
#include "editor/settings/editor_settings.h"
|
||||
#include "scene/resources/packed_scene.h"
|
||||
#include "scene/theme/theme_db.h"
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#include "core/string/string_builder.h"
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
#include "editor/editor_settings.h"
|
||||
#include "editor/settings/editor_settings.h"
|
||||
#endif
|
||||
|
||||
namespace GDScriptTests {
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include "core/io/dir_access.h"
|
||||
#include "core/io/file_access_pack.h"
|
||||
#include "core/os/os.h"
|
||||
#include "editor/editor_help.h"
|
||||
#include "editor/doc/editor_help.h"
|
||||
#include "editor/editor_node.h"
|
||||
|
||||
#include "modules/gdscript/gdscript_analyzer.h"
|
||||
|
||||
Reference in New Issue
Block a user