summaryrefslogtreecommitdiffstats
path: root/game/client/resource/texture_gui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/resource/texture_gui.hh')
-rw-r--r--game/client/resource/texture_gui.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/game/client/resource/texture_gui.hh b/game/client/resource/texture_gui.hh
index 855596e..988c642 100644
--- a/game/client/resource/texture_gui.hh
+++ b/game/client/resource/texture_gui.hh
@@ -9,7 +9,9 @@ constexpr static unsigned int TEXTURE_GUI_LOAD_LINEAR_MIN = 0x0008;
constexpr static unsigned int TEXTURE_GUI_LOAD_VFLIP = 0x0010;
constexpr static unsigned int TEXTURE_GUI_LOAD_GRAYSCALE = 0x0020;
-struct TextureGUI {
+struct TextureGUI final {
+ static void register_resource(void);
+
ImTextureID handle;
glm::ivec2 size;
};