mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-22 17:18:12 +05:00
8 lines
118 B
C++
8 lines
118 B
C++
#pragma once
|
|
using namespace std;
|
|
|
|
class DescFormatter
|
|
{
|
|
public:
|
|
virtual wstring format(const wstring& i18nValue);
|
|
}; |