Files
dolphin/Source/Core/DolphinQt/Utils/Utils.h
2015-11-25 23:16:54 -05:00

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);