1 2 3 4 5 6 7 8
#ifndef CHRONOLOGY_H #define CHRONOLOGY_H #include <chrono> using TickDuration = std::chrono::duration<float, std::chrono::seconds::period>; #endif