mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-29 10:24:46 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -263,7 +263,7 @@ Icon *SkullTile::getTexture(int face, int data)
|
||||
return Tile::hellSand->getTexture(face);
|
||||
}
|
||||
|
||||
wstring SkullTile::getTileItemIconName()
|
||||
std::wstring SkullTile::getTileItemIconName()
|
||||
{
|
||||
return L"";
|
||||
//return SkullItem::ICON_NAMES[0];
|
||||
|
||||
Reference in New Issue
Block a user