mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 19:18:10 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "ArmorRecipes.h"
|
||||
|
||||
// 4J-PB - adding "" on the end of these so we can detect it
|
||||
wstring ArmorRecipes::shapes[][4] =
|
||||
std::wstring ArmorRecipes::shapes[][4] =
|
||||
{
|
||||
{L"XXX", //
|
||||
L"X X",L""},//
|
||||
|
||||
Reference in New Issue
Block a user