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