refactor: rename Build -> Platform in Minecraft.World

This commit is contained in:
Tropical
2026-03-08 21:33:18 -05:00
parent c7ede72c91
commit 54dab7708d
1154 changed files with 1164 additions and 1165 deletions

View File

@@ -1,4 +1,4 @@
#include "../../Build/stdafx.h"
#include "../../Platform/stdafx.h"
#include "LevelSummary.h"
LevelSummary::LevelSummary(const std::wstring& levelId, const std::wstring& levelName, __int64 lastPlayed, __int64 sizeOnDisk, GameType *gameMode, bool requiresConversion, bool hardcore, bool hasCheats) :