mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-24 20:15:40 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -26,6 +26,6 @@ public:
|
||||
virtual void closeAll();
|
||||
virtual void save(std::shared_ptr<Player> player);
|
||||
virtual bool load(std::shared_ptr<Player> player);
|
||||
virtual CompoundTag *loadPlayerDataTag(const wstring& playerName);
|
||||
virtual ConsoleSavePath getDataFile(const wstring& id);
|
||||
virtual CompoundTag *loadPlayerDataTag(const std::wstring& playerName);
|
||||
virtual ConsoleSavePath getDataFile(const std::wstring& id);
|
||||
};
|
||||
Reference in New Issue
Block a user