1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file

This commit is contained in:
Hendrik Brucker
2023-07-14 22:35:39 +02:00
parent a7583881af
commit a29a680920
26 changed files with 1334 additions and 1109 deletions

View File

@@ -37,6 +37,9 @@
#include "editor/editor_scale.h"
#include "editor/editor_settings.h"
#include "scene/resources/image_texture.h"
#include "scene/resources/style_box_flat.h"
#include "scene/resources/style_box_line.h"
#include "scene/resources/style_box_texture.h"
#include "modules/modules_enabled.gen.h" // For svg.
#ifdef MODULE_SVG_ENABLED