You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Cleans up headers included in editor_node.h
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "style_box_editor_plugin.h"
|
||||
|
||||
#include "editor/editor_scale.h"
|
||||
|
||||
bool EditorInspectorPluginStyleBox::can_handle(Object *p_object) {
|
||||
|
||||
return Object::cast_to<StyleBox>(p_object) != NULL;
|
||||
|
||||
Reference in New Issue
Block a user