diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-04-18 23:41:20 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-04-18 23:41:20 +0200 |
| commit | 5bb46d60648ddfac4ab91a11ae4a9e568f8f66a5 (patch) | |
| tree | 73954c0870ead18b59d2bffbfa8647a133581fc3 /editor/editor_run_script.cpp | |
| parent | ecc219de4628847ac17208a125b6fa996e56d4bb (diff) | |
| parent | 49d7041d34e78bd6295b6a48b7c3fe1e7ba75bbc (diff) | |
| download | redot-engine-5bb46d60648ddfac4ab91a11ae4a9e568f8f66a5.tar.gz | |
Merge pull request #76176 from YuriSizov/editor-extracted-interface-commencing
Decouple `EditorInterface` from `EditorPlugin`
Diffstat (limited to 'editor/editor_run_script.cpp')
| -rw-r--r-- | editor/editor_run_script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_run_script.cpp b/editor/editor_run_script.cpp index c87947d96b..a459943656 100644 --- a/editor/editor_run_script.cpp +++ b/editor/editor_run_script.cpp @@ -30,6 +30,7 @@ #include "editor_run_script.h" +#include "editor/editor_interface.h" #include "editor/editor_node.h" void EditorScript::add_root_node(Node *p_node) { |
