summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-02-01 18:17:19 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-02-01 18:17:19 +0300
commit133b067e695bee81189df980c9043fe843d7887e (patch)
tree76a36435e3d210490a08c59a3c2abe236a16d115 /include
parent22308a6db6d03337d854810c3245260a19972deb (diff)
let's make a couple of things simpler
Diffstat (limited to 'include')
-rw-r--r--include/m_gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index 45ce0cf778..a3eddb96ee 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -497,6 +497,9 @@ public:
void Start(int elapse);
void Stop();
+ void StartSafe(int elapse);
+ void StopSafe();
+
CCallback<CTimer> OnEvent;
protected: