You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Use forward-declarations in EditorPlugin where possible
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user