aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r--include/Theme.hpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp
index c70167b..df25268 100644
--- a/include/Theme.hpp
+++ b/include/Theme.hpp
@@ -32,11 +32,20 @@ namespace gsr {
mgl::Texture settings_texture;
mgl::Texture folder_texture;
mgl::Texture up_arrow_texture;
+ mgl::Texture replay_button_texture;
+ mgl::Texture record_button_texture;
+ mgl::Texture stream_button_texture;
+ mgl::Texture close_texture;
+ mgl::Texture logo_texture;
double double_click_timeout_seconds = 0.4;
+
+ // Reloads fonts
+ bool set_window_size(mgl::vec2i window_size);
};
- bool init_theme(const GsrInfo &gsr_info, mgl::vec2i window_size, const std::string &resources_path);
+ bool init_theme(const GsrInfo &gsr_info, const std::string &resources_path);
void deinit_theme();
+
Theme& get_theme();
} \ No newline at end of file