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:
@@ -37,6 +37,7 @@
|
||||
|
||||
class EditorFileDialog;
|
||||
struct EditorProgress;
|
||||
class HBoxContainer;
|
||||
|
||||
class VoxelGIEditorPlugin : public EditorPlugin {
|
||||
GDCLASS(VoxelGIEditorPlugin, EditorPlugin);
|
||||
|
||||
Reference in New Issue
Block a user