mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 07:56:28 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -22,7 +22,7 @@ TexturePacket::~TexturePacket()
|
||||
// }
|
||||
}
|
||||
|
||||
TexturePacket::TexturePacket(const wstring &textureName, PBYTE pbData, DWORD dwBytes)
|
||||
TexturePacket::TexturePacket(const std::wstring &textureName, PBYTE pbData, DWORD dwBytes)
|
||||
{
|
||||
this->textureName = textureName;
|
||||
this->pbData = pbData;
|
||||
|
||||
Reference in New Issue
Block a user