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:
@@ -45,6 +45,8 @@
|
||||
#include "scene/resources/theme.h"
|
||||
|
||||
class EditorFileDialog;
|
||||
class PanelContainer;
|
||||
class TabContainer;
|
||||
|
||||
class ThemeItemImportTree : public VBoxContainer {
|
||||
GDCLASS(ThemeItemImportTree, VBoxContainer);
|
||||
|
||||
Reference in New Issue
Block a user