You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Use forward-declarations in EditorPlugin where possible
This commit is contained in:
@@ -42,8 +42,11 @@
|
||||
#include "scene/gui/texture_rect.h"
|
||||
#include "scene/main/canvas_item.h"
|
||||
|
||||
class AcceptDialog;
|
||||
class ConfirmationDialog;
|
||||
class EditorData;
|
||||
class CanvasItemEditorViewport;
|
||||
class MenuButton;
|
||||
class ViewPanner;
|
||||
|
||||
class CanvasItemEditorSelectedItem : public Object {
|
||||
|
||||
Reference in New Issue
Block a user