mirror of
https://github.com/unmojang/FjordLauncher.git
synced 2025-09-07 14:18:38 -04:00
10 lines
99 B
C++
10 lines
99 B
C++
#pragma once
|
|
|
|
#include <QString>
|
|
|
|
namespace Time {
|
|
|
|
QString prettifyDuration(int64_t duration);
|
|
|
|
}
|