mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 08:44:53 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
#include "LevelStorage.h"
|
||||
|
||||
const wstring LevelStorage::NETHER_FOLDER = L"DIM-1";
|
||||
const wstring LevelStorage::ENDER_FOLDER = L"DIM1/";
|
||||
const std::wstring LevelStorage::NETHER_FOLDER = L"DIM-1";
|
||||
const std::wstring LevelStorage::ENDER_FOLDER = L"DIM1/";
|
||||
Reference in New Issue
Block a user