diff options
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r-- | include/Overlay.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp index a4e75dc..b14db09 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -185,5 +185,8 @@ namespace gsr { std::unique_ptr<GlobalHotkeysJoystick> global_hotkeys_js = nullptr; Display *x11_mapping_display = nullptr; XEvent x11_mapping_xev; + + mgl::Clock replay_save_clock; + bool replay_save_show_notification = false; }; }
\ No newline at end of file |