aboutsummaryrefslogtreecommitdiff
path: root/src/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer.h')
-rw-r--r--src/timer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/timer.h b/src/timer.h
index aed1b61..0ce6d27 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -9,4 +9,7 @@ std::chrono::time_point<std::chrono::high_resolution_clock> now();
double millisecondsSince(
std::chrono::time_point<std::chrono::high_resolution_clock>& pit);
+double secondsSince(
+ std::chrono::time_point<std::chrono::high_resolution_clock>& pit);
+
}