From 74361bec0586466bda872d2d846a768d95d6cd5f Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Tue, 7 Jun 2011 06:16:57 +0200 Subject: added a Timer::SetSecs() function --- include/timers.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/timers.h b/include/timers.h index d479df23e..71ab8a153 100644 --- a/include/timers.h +++ b/include/timers.h @@ -63,6 +63,11 @@ class CoreExport Timer : public Extensible */ bool GetRepeat() const; + /** Set the interval between ticks + * @paramt t The new interval + */ + void SetSecs(time_t t); + /** Returns the interval between ticks * @return The interval */ -- cgit