mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-16 19:52:01 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "../Headers/net.minecraft.h"
|
||||
#include "CocoaTile.h"
|
||||
|
||||
const wstring CocoaTile::TEXTURE_AGES[] = { L"cocoa_0", L"cocoa_1", L"cocoa_2"};
|
||||
const std::wstring CocoaTile::TEXTURE_AGES[] = { L"cocoa_0", L"cocoa_1", L"cocoa_2"};
|
||||
|
||||
CocoaTile::CocoaTile(int id) : DirectionalTile(id, Material::plant, isSolidRender() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user