diff options
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r-- | include/Theme.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp index a28c249..ced85bd 100644 --- a/include/Theme.hpp +++ b/include/Theme.hpp @@ -15,6 +15,7 @@ namespace gsr { Theme(const Theme&) = delete; Theme& operator=(const Theme&) = delete; + float window_width = 0.0f; float window_height = 0.0f; mgl::Color tint_color = mgl::Color(118, 185, 0); |