1 2 3 4 5
#pragma once #include <chrono> using TickDuration = std::chrono::duration<float, std::chrono::seconds::period>;