Minor refactor

This commit is contained in:
MihailRis
2023-12-21 02:31:44 +03:00
parent a9c6b30721
commit 8e838c09e0
2 changed files with 32 additions and 19 deletions
+2
View File
@@ -88,6 +88,8 @@ class WorldFiles {
uint32_t& length,
std::filesystem::path folder,
int layer);
void fetchChunks(WorldRegion* region, int x, int y,
std::filesystem::path folder, int layer);
void writeRegions(regionsmap& regions,
const std::filesystem::path& folder, int layer);