mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-16 00:28:19 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -8,11 +8,11 @@ class TextureAndGeometryChangePacket : public Packet, public enable_shared_from_
|
||||
public:
|
||||
|
||||
int id;
|
||||
wstring path;
|
||||
std::wstring path;
|
||||
DWORD dwSkinID;
|
||||
|
||||
TextureAndGeometryChangePacket();
|
||||
TextureAndGeometryChangePacket(std::shared_ptr<Entity> e, const wstring &path);
|
||||
TextureAndGeometryChangePacket(std::shared_ptr<Entity> e, const std::wstring &path);
|
||||
|
||||
virtual void read(DataInputStream *dis);
|
||||
virtual void write(DataOutputStream *dos);
|
||||
|
||||
Reference in New Issue
Block a user