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 79ad358..0dc3cd1 100644 --- a/include/Theme.hpp +++ b/include/Theme.hpp @@ -41,6 +41,7 @@ namespace gsr { mgl::Texture checkbox_background_texture; mgl::Texture play_texture; mgl::Texture stop_texture; + mgl::Texture pause_texture; double double_click_timeout_seconds = 0.4; |