diff options
Diffstat (limited to 'include/timer.h')
-rw-r--r-- | include/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/timer.h b/include/timer.h index 1538fbfb1..b75f3776f 100644 --- a/include/timer.h +++ b/include/timer.h @@ -35,4 +35,5 @@ class InspTimer void TickTimers(time_t TIME); void AddTimer(InspTimer* T); +void TickMissedTimers(time_t TIME); |