summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-10-03 09:24:51 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-10-03 09:24:51 +0200
commit498844f687bb8c0d8c44cc755182f2f48c854daa (patch)
treec0b12950f3adea1d996b05db738302ac538d3666 /editor/plugins/script_editor_plugin.cpp
parenta377c5ca22cf43905f9a822c918a11cb34540777 (diff)
parent252963166d3c2287cc3aff14d8d096319ca6c081 (diff)
downloadredot-engine-498844f687bb8c0d8c44cc755182f2f48c854daa.tar.gz
Merge pull request #65276 from aaronfranke/shader
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 d259d4ba2b..4dcd0573e6 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"