Files
cafeberry/Minecraft.World/DescFormatter.h
T
2026-07-03 18:34:01 +01:00

8 lines
125 B
C++

#pragma once
using namespace std;
class DescFormatter
{
public:
virtual wstring format(const wstring& i18nValue);
};