mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-29 10:24:46 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
#include "../Headers/net.minecraft.stats.h"
|
||||
#include "GeneralStat.h"
|
||||
|
||||
GeneralStat::GeneralStat(int id, const wstring& name, StatFormatter *formatter) : Stat(id, name, formatter)
|
||||
GeneralStat::GeneralStat(int id, const std::wstring& name, StatFormatter *formatter) : Stat(id, name, formatter)
|
||||
{
|
||||
}
|
||||
|
||||
GeneralStat::GeneralStat(int id, const wstring& name) : Stat(id, name)
|
||||
GeneralStat::GeneralStat(int id, const std::wstring& name) : Stat(id, name)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user