mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 08:53:39 +00:00
6 lines
110 B
C++
6 lines
110 B
C++
#pragma once
|
|
|
|
class DescFormatter {
|
|
public:
|
|
virtual std::wstring format(const std::wstring& i18nValue);
|
|
}; |