diff options
Diffstat (limited to 'lib/chronology.hpp')
-rw-r--r-- | lib/chronology.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
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 <chrono> + +using TickDuration = std::chrono::duration<float, std::chrono::seconds::period>; + +#endif |