contentpack removal feature + refactor

This commit is contained in:
MihailRis
2024-03-11 13:21:06 +03:00
parent 3f0c710a47
commit daaba374a3
24 changed files with 345 additions and 295 deletions
+6 -4
View File
@@ -13,10 +13,12 @@
namespace fs = std::filesystem;
WorldConverter::WorldConverter(fs::path folder,
const Content* content,
std::shared_ptr<ContentLUT> lut)
: lut(lut), content(content) {
WorldConverter::WorldConverter(
fs::path folder,
const Content* content,
std::shared_ptr<ContentLUT> lut
) : lut(lut), content(content)
{
DebugSettings settings;
wfile = new WorldFiles(folder, settings);