diff options
Diffstat (limited to 'Minecraft.World/Facing.cpp')
| -rw-r--r-- | Minecraft.World/Facing.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Minecraft.World/Facing.cpp b/Minecraft.World/Facing.cpp index 9df4187d..33742e92 100644 --- a/Minecraft.World/Facing.cpp +++ b/Minecraft.World/Facing.cpp @@ -20,3 +20,5 @@ const int Facing::STEP_Z[6] = { 0, 0, -1, 1, 0, 0 }; + +const wstring Facing::NAMES[] = {L"DOWN", L"UP", L"NORTH", L"SOUTH", L"WEST", L"EAST"};
\ No newline at end of file |
