From 8784cbfebcb8a0220fb947a6070032e20b80fc2f Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 14:13:39 +0500 Subject: Another qfengine graft: resource management DECOPYPASTA DECOPYPASTA DECOPYPASTA DECOPYPASTA --- core/resource/image.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/resource/image.hh') diff --git a/core/resource/image.hh b/core/resource/image.hh index 13e912e..b62fcbb 100644 --- a/core/resource/image.hh +++ b/core/resource/image.hh @@ -6,6 +6,8 @@ constexpr static unsigned int IMAGE_LOAD_GRAY = 0x0001U; constexpr static unsigned int IMAGE_LOAD_FLIP = 0x0002U; struct Image final { + static void register_resource(void); + stbi_uc* pixels; glm::ivec2 size; }; -- cgit