summaryrefslogtreecommitdiffstats
path: root/editor/plugins/node_3d_editor_plugin.h
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-04-05 17:14:46 +0200
committerYuri Sizov <yuris@humnom.net>2023-04-17 21:59:09 +0200
commit49d7041d34e78bd6295b6a48b7c3fe1e7ba75bbc (patch)
tree8b0388466270fa20d7ab6f890a052ba363d54ed7 /editor/plugins/node_3d_editor_plugin.h
parent055ee1276f097727d1c0ba3c1c25a12981c20bfa (diff)
downloadredot-engine-49d7041d34e78bd6295b6a48b7c3fe1e7ba75bbc.tar.gz
Decouple EditorInterface from EditorPlugin
- Simplify some includes in the process. - Also exposes EditorInterface.movie_maker_enabled as a property.
Diffstat (limited to 'editor/plugins/node_3d_editor_plugin.h')
-rw-r--r--editor/plugins/node_3d_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/node_3d_editor_plugin.h b/editor/plugins/node_3d_editor_plugin.h
index c4193f0420..c4e1070d84 100644
--- a/editor/plugins/node_3d_editor_plugin.h
+++ b/editor/plugins/node_3d_editor_plugin.h
@@ -44,6 +44,7 @@ class ColorPickerButton;
class ConfirmationDialog;
class DirectionalLight3D;
class EditorData;
+class EditorSelection;
class EditorSpinSlider;
class HSplitContainer;
class LineEdit;