summaryrefslogtreecommitdiff
path: root/ui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/window.h')
-rw-r--r--ui/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/window.h b/ui/window.h
index f808588..dc3c528 100644
--- a/ui/window.h
+++ b/ui/window.h
@@ -33,6 +33,7 @@ protected:
virtual const Shader & getShader() const = 0;
using SDL_WindowPtr = wrapped_ptrt<SDL_Window, SDL_CreateWindow, SDL_DestroyWindow>;
+ const glm::ivec2 size;
SDL_WindowPtr m_window;
Collection<UIComponent> uiComponents;
UIShader uiShader;