summaryrefslogtreecommitdiff
path: root/editor/plugins/asset_library_editor_plugin.h
diff options
context:
space:
mode:
authortrollodel <33117082+trollodel@users.noreply.github.com>2022-11-11 20:12:48 +0100
committertrollodel <33117082+trollodel@users.noreply.github.com>2022-11-11 20:25:51 +0100
commitba9e619b51b7c1009c9a3fa464343ad446c5d3ba (patch)
treee9a5e8af079e44add7ab260f19687f22009a1102 /editor/plugins/asset_library_editor_plugin.h
parente25d9281d4f6f0b5b4d972b25cddaa1009ad1d26 (diff)
Use forward-declarations in EditorPlugin where possible
Diffstat (limited to 'editor/plugins/asset_library_editor_plugin.h')
-rw-r--r--editor/plugins/asset_library_editor_plugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.h b/editor/plugins/asset_library_editor_plugin.h
index 070d25e29f..2795892c2e 100644
--- a/editor/plugins/asset_library_editor_plugin.h
+++ b/editor/plugins/asset_library_editor_plugin.h
@@ -50,6 +50,9 @@
#include "scene/gui/texture_button.h"
#include "scene/main/http_request.h"
+class EditorFileDialog;
+class MenuButton;
+
class EditorAssetLibraryItem : public PanelContainer {
GDCLASS(EditorAssetLibraryItem, PanelContainer);