mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-21 18:24:34 +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);
|
|
}; |