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:
@@ -35,6 +35,10 @@
|
||||
#include "scene/3d/gpu_particles_3d.h"
|
||||
#include "scene/gui/spin_box.h"
|
||||
|
||||
class ConfirmationDialog;
|
||||
class HBoxContainer;
|
||||
class MenuButton;
|
||||
class OptionButton;
|
||||
class SceneTreeDialog;
|
||||
|
||||
class GPUParticles3DEditorBase : public Control {
|
||||
|
||||
Reference in New Issue
Block a user