mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-28 18:32:48 +00:00
10 lines
99 B
C
10 lines
99 B
C
|
#pragma once
|
||
|
|
||
|
#include <QString>
|
||
|
|
||
|
namespace Time {
|
||
|
|
||
|
QString prettifyDuration(int64_t duration);
|
||
|
|
||
|
}
|