first commit
This commit is contained in:
8
Minecraft.World/DescFormatter.h
Normal file
8
Minecraft.World/DescFormatter.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
class DescFormatter
|
||||
{
|
||||
public:
|
||||
virtual wstring format(const wstring& i18nValue);
|
||||
};
|
||||
Reference in New Issue
Block a user