mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 10:25:32 +00:00
8 lines
108 B
C++
8 lines
108 B
C++
#pragma once
|
|
|
|
|
|
class DescFormatter
|
|
{
|
|
public:
|
|
virtual std::wstring format(const std::wstring& i18nValue);
|
|
}; |