mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-05-24 06:56:07 +00: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);
|
|
}; |