Commit d1bcd98f authored by Max Kellermann's avatar Max Kellermann

Chrono: add FloatDuration

parent 39542de6
......@@ -24,6 +24,8 @@
#include <utility>
#include <cstdint>
using FloatDuration = std::chrono::duration<double>;
/**
* A time stamp within a song. Granularity is 1 millisecond and the
* maximum value is about 49 days.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment