mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
Extract and reorganize texture resource classes
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "texture_loader_dds.h"
|
||||
|
||||
#include "core/io/file_access.h"
|
||||
#include "scene/resources/image_texture.h"
|
||||
|
||||
#define PF_FOURCC(s) ((uint32_t)(((s)[3] << 24U) | ((s)[2] << 16U) | ((s)[1] << 8U) | ((s)[0])))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user