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/plugins/mesh_library_editor_plugin.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/plugins/mesh_library_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/mesh_library_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/mesh_library_editor_plugin.cpp b/editor/plugins/mesh_library_editor_plugin.cpp index 3959ed2976..7bee4d01ee 100644 --- a/editor/plugins/mesh_library_editor_plugin.cpp +++ b/editor/plugins/mesh_library_editor_plugin.cpp @@ -30,6 +30,7 @@ #include "mesh_library_editor_plugin.h" +#include "editor/editor_interface.h" #include "editor/editor_node.h" #include "editor/editor_settings.h" #include "editor/gui/editor_file_dialog.h" |