aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r--include/Theme.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp
index 1db389a..79ad358 100644
--- a/include/Theme.hpp
+++ b/include/Theme.hpp
@@ -39,6 +39,8 @@ namespace gsr {
mgl::Texture logo_texture;
mgl::Texture checkbox_circle_texture;
mgl::Texture checkbox_background_texture;
+ mgl::Texture play_texture;
+ mgl::Texture stop_texture;
double double_click_timeout_seconds = 0.4;