mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 11:10:56 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -6,7 +6,7 @@ using namespace std;
|
||||
class GeneralStat : public Stat
|
||||
{
|
||||
public:
|
||||
GeneralStat(int id, const wstring& name, StatFormatter *formatter);
|
||||
GeneralStat(int id, const wstring& name);
|
||||
GeneralStat(int id, const std::wstring& name, StatFormatter *formatter);
|
||||
GeneralStat(int id, const std::wstring& name);
|
||||
Stat *postConstruct();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user