mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-08 09:24:26 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
#include "../Headers/net.minecraft.h"
|
||||
#include "../Headers/net.minecraft.world.h"
|
||||
|
||||
const wstring EnchantmentTableTile::TEXTURE_SIDE = L"enchantment_side";
|
||||
const wstring EnchantmentTableTile::TEXTURE_TOP = L"enchantment_top";
|
||||
const wstring EnchantmentTableTile::TEXTURE_BOTTOM = L"enchantment_bottom";
|
||||
const std::wstring EnchantmentTableTile::TEXTURE_SIDE = L"enchantment_side";
|
||||
const std::wstring EnchantmentTableTile::TEXTURE_TOP = L"enchantment_top";
|
||||
const std::wstring EnchantmentTableTile::TEXTURE_BOTTOM = L"enchantment_bottom";
|
||||
|
||||
EnchantmentTableTile::EnchantmentTableTile(int id) : EntityTile(id, Material::stone, isSolidRender())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user