Release 0.26

master
Kasi 2018-04-11 17:17:19 +01:00
parent d1d19197bd
commit 57c1d3ea15
2 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ std::uint64_t CurrentTimeNanos();
bool WaitFunc(std::uint32_t Duration, std::uint32_t Step, std::function<bool()> Func);
bool WaitFunc(std::uint32_t Duration, std::uint32_t Step, std::function<bool()> Func, bool Result);
std::string MillisToHumanShort(std::int64_t Millseconds); // HH:MM:SS
std::string MillisToHumanMedium(std::int64_t Milliseconds); // 1h 30m 50s
std::string MillisToHumanLong(std::int64_t Millseconds); // Hours, Minutes, Seconds
/** @} */

Binary file not shown.