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:
@@ -36,6 +36,10 @@
|
||||
#include "scene/gui/slider.h"
|
||||
#include "scene/gui/spin_box.h"
|
||||
|
||||
class AcceptDialog;
|
||||
class ConfirmationDialog;
|
||||
class MenuButton;
|
||||
class OptionButton;
|
||||
class SceneTreeDialog;
|
||||
|
||||
class MultiMeshEditor : public Control {
|
||||
|
||||
Reference in New Issue
Block a user