From ba9e619b51b7c1009c9a3fa464343ad446c5d3ba Mon Sep 17 00:00:00 2001 From: trollodel <33117082+trollodel@users.noreply.github.com> Date: Fri, 11 Nov 2022 20:12:48 +0100 Subject: Use forward-declarations in EditorPlugin where possible --- modules/navigation/editor/navigation_mesh_editor_plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/navigation') 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 { -- cgit v1.2.3