diff options
Diffstat (limited to 'include/timer.h')
-rw-r--r-- | include/timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/timer.h b/include/timer.h index 894a0d0e1..143ff4d97 100644 --- a/include/timer.h +++ b/include/timer.h @@ -12,4 +12,6 @@ class InspTimer virtual void Tick(time_t TIME) {} }; +void TickTimers(time_t TIME); +void AddTimer(InspTimer* T); |