summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-09-02 23:15:21 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-10-02 02:19:38 -0500
commit252963166d3c2287cc3aff14d8d096319ca6c081 (patch)
tree0d9fd3842ef979af97c1e962a5388b901497f0af /editor/plugins/script_editor_plugin.cpp
parent38cb2f8afc7a5f58695db7655957b6b3e218b029 (diff)
downloadredot-engine-252963166d3c2287cc3aff14d8d096319ca6c081.tar.gz
Separate TextShaderEditor and ShaderEditorPlugin into different files
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r--editor/plugins/script_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp
index 18561fe3a0..12d92b954b 100644
--- a/editor/plugins/script_editor_plugin.cpp
+++ b/editor/plugins/script_editor_plugin.cpp
@@ -49,6 +49,7 @@
#include "editor/find_in_files.h"
#include "editor/node_dock.h"
#include "editor/plugins/shader_editor_plugin.h"
+#include "editor/plugins/text_shader_editor.h"
#include "scene/main/window.h"
#include "scene/scene_string_names.h"
#include "script_text_editor.h"