mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-25 22:46:14 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#include "../../Util/BasicTypeContainers.h"
|
||||
#include "Villages.h"
|
||||
|
||||
const wstring Villages::VILLAGE_FILE_ID = L"villages";
|
||||
const std::wstring Villages::VILLAGE_FILE_ID = L"villages";
|
||||
|
||||
Villages::Villages(const wstring &id) : SavedData(id)
|
||||
Villages::Villages(const std::wstring &id) : SavedData(id)
|
||||
{
|
||||
_tick = 0;
|
||||
level = NULL;
|
||||
|
||||
Reference in New Issue
Block a user