blob: 1db08eff32335c3d360a7473ec2cea4d3ab66eb0 [file] [log] [blame]
// FormatUtils.h
#ifndef ZIP7_INC_FORMAT_UTILS_H
#define ZIP7_INC_FORMAT_UTILS_H
#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