Files
Aaru.Compression.Native/3rdparty/lzma/CPP/7zip/UI/FileManager/FormatUtils.h

15 lines
339 B
C
Raw Normal View History

2021-10-19 21:27:23 +01:00
// FormatUtils.h
2023-09-24 03:13:03 +01:00
#ifndef ZIP7_INC_FORMAT_UTILS_H
#define ZIP7_INC_FORMAT_UTILS_H
2021-10-19 21:27:23 +01:00
#include "../../../Common/MyTypes.h"
#include "../../../Common/MyString.h"
UString NumberToString(UInt64 number);
UString MyFormatNew(const UString &format, const UString &argument);
UString MyFormatNew(UINT resourceID, const UString &argument);
#endif