You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Use forward-declarations in EditorPlugin where possible
This commit is contained in:
@@ -36,10 +36,13 @@
|
||||
#include "scene/2d/cpu_particles_2d.h"
|
||||
#include "scene/gui/box_container.h"
|
||||
|
||||
class EditorPlugin;
|
||||
class CheckBox;
|
||||
class ConfirmationDialog;
|
||||
class SpinBox;
|
||||
class EditorFileDialog;
|
||||
class EditorUndoRedoManager;
|
||||
class MenuButton;
|
||||
class OptionButton;
|
||||
|
||||
class CPUParticles2DEditorPlugin : public EditorPlugin {
|
||||
GDCLASS(CPUParticles2DEditorPlugin, EditorPlugin);
|
||||
|
||||
Reference in New Issue
Block a user