diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/timer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/timer.h b/include/timer.h index f8e2bdcdf..9820be2fb 100644 --- a/include/timer.h +++ b/include/timer.h @@ -66,6 +66,11 @@ class InspTimer : public Extensible { return secs; } + + void CancelRepeat() + { + repeat = false; + } }; |