mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-25 15:56:28 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -38,12 +38,12 @@ void MockedLevelStorage::closeAll()
|
||||
{
|
||||
}
|
||||
|
||||
ConsoleSavePath MockedLevelStorage::getDataFile(const wstring& id)
|
||||
ConsoleSavePath MockedLevelStorage::getDataFile(const std::wstring& id)
|
||||
{
|
||||
return ConsoleSavePath(wstring(L""));
|
||||
return ConsoleSavePath(std::wstring(L""));
|
||||
}
|
||||
|
||||
wstring MockedLevelStorage::getLevelId()
|
||||
std::wstring MockedLevelStorage::getLevelId()
|
||||
{
|
||||
return L"none";
|
||||
}
|
||||
Reference in New Issue
Block a user