mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-26 10:07:58 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "SmoothStoneBrickTile.h"
|
||||
#include "../Headers/net.minecraft.world.h"
|
||||
|
||||
const wstring SmoothStoneBrickTile::TEXTURE_NAMES[] = {L"stonebricksmooth", L"stonebricksmooth_mossy", L"stonebricksmooth_cracked", L"stonebricksmooth_carved"};
|
||||
const std::wstring SmoothStoneBrickTile::TEXTURE_NAMES[] = {L"stonebricksmooth", L"stonebricksmooth_mossy", L"stonebricksmooth_cracked", L"stonebricksmooth_carved"};
|
||||
|
||||
const unsigned int SmoothStoneBrickTile::SMOOTH_STONE_BRICK_NAMES[SMOOTH_STONE_BRICK_NAMES_LENGTH] = { IDS_TILE_STONE_BRICK_SMOOTH,
|
||||
IDS_TILE_STONE_BRICK_SMOOTH_MOSSY,
|
||||
|
||||
Reference in New Issue
Block a user