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

Extract and reorganize texture resource classes

This commit is contained in:
Hendrik Brucker
2023-07-11 22:29:09 +02:00
parent 0f7625ab46
commit 7e21eb7e00
106 changed files with 5018 additions and 4257 deletions

View File

@@ -37,6 +37,7 @@
#include "editor/editor_scale.h"
#include "editor/editor_settings.h"
#include "editor/export/editor_export.h"
#include "scene/resources/image_texture.h"
#include "modules/modules_enabled.gen.h" // For mono and svg.
#ifdef MODULE_SVG_ENABLED