aboutsummaryrefslogtreecommitdiff
path: root/launcher/MMCTime.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/MMCTime.h')
-rw-r--r--launcher/MMCTime.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/launcher/MMCTime.h b/launcher/MMCTime.h
new file mode 100644
index 00000000..728a5abb
--- /dev/null
+++ b/launcher/MMCTime.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <QString>
+
+namespace Time {
+
+QString prettifyDuration(int64_t duration);
+
+}