From 3acea6d17bee24c2079c0eeb33694c2539debabd Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 13 Dec 2021 17:46:59 +0000 Subject: Move TickDuration to its own files --- lib/chronology.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/chronology.hpp (limited to 'lib/chronology.hpp') diff --git a/lib/chronology.hpp b/lib/chronology.hpp new file mode 100644 index 0000000..5edf95a --- /dev/null +++ b/lib/chronology.hpp @@ -0,0 +1,8 @@ +#ifndef CHRONOLOGY_H +#define CHRONOLOGY_H + +#include + +using TickDuration = std::chrono::duration; + +#endif -- cgit v1.2.3