summaryrefslogtreecommitdiffstats
path: root/editor/plugins/mesh_library_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-04-18 23:41:20 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-04-18 23:41:20 +0200
commit5bb46d60648ddfac4ab91a11ae4a9e568f8f66a5 (patch)
tree73954c0870ead18b59d2bffbfa8647a133581fc3 /editor/plugins/mesh_library_editor_plugin.cpp
parentecc219de4628847ac17208a125b6fa996e56d4bb (diff)
parent49d7041d34e78bd6295b6a48b7c3fe1e7ba75bbc (diff)
downloadredot-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.cpp1
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"