diff options
author | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-11 20:12:48 +0100 |
---|---|---|
committer | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-11 20:25:51 +0100 |
commit | ba9e619b51b7c1009c9a3fa464343ad446c5d3ba (patch) | |
tree | e9a5e8af079e44add7ab260f19687f22009a1102 /modules/navigation | |
parent | e25d9281d4f6f0b5b4d972b25cddaa1009ad1d26 (diff) |
Use forward-declarations in EditorPlugin where possible
Diffstat (limited to 'modules/navigation')
-rw-r--r-- | modules/navigation/editor/navigation_mesh_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/navigation/editor/navigation_mesh_editor_plugin.h b/modules/navigation/editor/navigation_mesh_editor_plugin.h index bc9e4185b7..b7bde98131 100644 --- a/modules/navigation/editor/navigation_mesh_editor_plugin.h +++ b/modules/navigation/editor/navigation_mesh_editor_plugin.h @@ -35,6 +35,8 @@ #include "editor/editor_plugin.h" +class AcceptDialog; +class HBoxContainer; class NavigationRegion3D; class NavigationMeshEditor : public Control { |