mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 08:39:13 +01:00
12 lines
213 B
C
12 lines
213 B
C
// Copyright 2014 Dolphin Emulator Project
|
|
// Licensed under GPLv2+
|
|
// Refer to the license.txt file included.
|
|
|
|
#pragma once
|
|
|
|
#include <QString>
|
|
|
|
#include "Common/CommonTypes.h"
|
|
|
|
QString NiceSizeFormat(s64 size);
|