mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-07 02:05:51 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -7,7 +7,7 @@ const int Direction::STEP_X[] = {0, -1, 0, 1};
|
||||
|
||||
const int Direction::STEP_Z[] = {1, 0, -1, 0};
|
||||
|
||||
const std::wstring Direction::NAMES[] = {L"SOUTH", L"WEST", L"NORTH", L"EAST"};
|
||||
const std::string Direction::NAMES[] = {"SOUTH", "WEST", "NORTH", "EAST"};
|
||||
|
||||
// for [direction] it gives [tile-face]
|
||||
int Direction::DIRECTION_FACING[4] = {Facing::SOUTH, Facing::WEST,
|
||||
|
||||
Reference in New Issue
Block a user