mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 07:20:46 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -10,7 +10,7 @@ private:
|
||||
bool hasStartedUsingItem;
|
||||
public:
|
||||
Input *input;
|
||||
RemotePlayer(Level *level, const wstring& name);
|
||||
RemotePlayer(Level *level, const std::wstring& name);
|
||||
protected:
|
||||
virtual void setDefaultHeadHeight();
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user