mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 12:23:06 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -23,7 +23,7 @@ public:
|
||||
ArmorRecipes() {_init();}
|
||||
private:
|
||||
// 4J-PB - this wasn't static in java, so might not be right
|
||||
static wstring shapes[][4];
|
||||
static std::wstring shapes[][4];
|
||||
|
||||
private:
|
||||
vector <Object *> *map;
|
||||
|
||||
Reference in New Issue
Block a user