You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
|
||||
#include "editor/action_map_editor.h"
|
||||
#include "editor/editor_inspector.h"
|
||||
#include "editor/editor_node.h"
|
||||
|
||||
class EditorNode;
|
||||
|
||||
class InputEventConfigContainer : public HBoxContainer {
|
||||
GDCLASS(InputEventConfigContainer, HBoxContainer);
|
||||
|
||||
Reference in New Issue
Block a user