You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
#include "canvas_item_editor_plugin.h"
|
||||
#include "editor/editor_file_system.h"
|
||||
#include "editor/editor_inspector.h"
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_plugin.h"
|
||||
#include "scene/gui/color_picker.h"
|
||||
#include "scene/gui/color_rect.h"
|
||||
#include "scene/gui/menu_button.h"
|
||||
#include "scene/gui/option_button.h"
|
||||
@@ -43,6 +43,8 @@
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
class EditorNode;
|
||||
|
||||
class TextControlEditor : public HBoxContainer {
|
||||
GDCLASS(TextControlEditor, HBoxContainer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user