LibCore: Add ElapsedTimer::reset()

This commit is contained in:
Jelle Raaijmakers 2021-10-27 23:41:32 +02:00 committed by Andreas Kling
commit 7c939c58b8
Notes: sideshowbarker 2024-07-18 01:50:24 +09:00
2 changed files with 7 additions and 0 deletions

View file

@ -22,6 +22,7 @@ public:
bool is_valid() const { return m_valid; }
void start();
void reset();
int elapsed() const;
Time elapsed_time() const;