diff options
author | Hendrik Brucker <hendrik.brucker@mail.de> | 2023-07-14 22:35:39 +0200 |
---|---|---|
committer | Hendrik Brucker <hendrik.brucker@mail.de> | 2023-07-17 13:25:00 +0200 |
commit | a29a6809209f54c412a1774b7bf6d4f5ca28f51f (patch) | |
tree | 76553acf232fc38dad2dd2b912df091282e50aba /editor/plugins/style_box_editor_plugin.cpp | |
parent | a7583881af5477cd73110cc859fecf7ceaf39bd7 (diff) | |
download | redot-engine-a29a6809209f54c412a1774b7bf6d4f5ca28f51f.tar.gz |
Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file
Diffstat (limited to 'editor/plugins/style_box_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/style_box_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/style_box_editor_plugin.cpp b/editor/plugins/style_box_editor_plugin.cpp index c126aec008..16716e589e 100644 --- a/editor/plugins/style_box_editor_plugin.cpp +++ b/editor/plugins/style_box_editor_plugin.cpp @@ -32,6 +32,7 @@ #include "editor/editor_scale.h" #include "scene/gui/button.h" +#include "scene/resources/style_box_texture.h" bool StyleBoxPreview::grid_preview_enabled = true; |