diff options
author | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-19 12:45:49 +0100 |
---|---|---|
committer | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-29 09:59:43 +0100 |
commit | c90d0bd84f442f3baf69096fe124035352e7b145 (patch) | |
tree | f5d5dfdf98f97bdea653ef51d38d8327524646c5 /editor/plugins/style_box_editor_plugin.h | |
parent | 55dae301777ba609c3255026f9a9852a0dbfd43b (diff) |
Use forward-declarations in big editor classes
Diffstat (limited to 'editor/plugins/style_box_editor_plugin.h')
-rw-r--r-- | editor/plugins/style_box_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/style_box_editor_plugin.h b/editor/plugins/style_box_editor_plugin.h index a072745d8f..d5351d3f34 100644 --- a/editor/plugins/style_box_editor_plugin.h +++ b/editor/plugins/style_box_editor_plugin.h @@ -37,6 +37,8 @@ #include "scene/gui/texture_rect.h" #include "scene/resources/style_box.h" +class TextureButton; + class StyleBoxPreview : public VBoxContainer { GDCLASS(StyleBoxPreview, VBoxContainer); |