world convert progress info

This commit is contained in:
MihailRis
2024-03-01 13:26:09 +03:00
parent 3862dbda66
commit 8001a8bf86
17 changed files with 903 additions and 793 deletions
+4
View File
@@ -92,3 +92,7 @@ void WorldConverter::write() {
std::cout << "writing world" << std::endl;
wfile->write(nullptr, content);
}
uint WorldConverter::getTotalTasks() const {
return tasks.size();
}