diff options
Diffstat (limited to 'src/utils/timer.hpp')
-rw-r--r-- | src/utils/timer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/timer.hpp b/src/utils/timer.hpp index 8037b85d..ce6336eb 100644 --- a/src/utils/timer.hpp +++ b/src/utils/timer.hpp @@ -56,4 +56,6 @@ public: bool started(); time_function_t get_time_function(); bool elapsed(bool stagger); + + void tick(); };
\ No newline at end of file |