add pseudopack 'core'

This commit is contained in:
MihailRis
2024-08-14 00:24:22 +03:00
parent 1a50e69769
commit e19ed3d239
5 changed files with 22 additions and 22 deletions
+2
View File
@@ -67,6 +67,8 @@ struct ContentPack {
const fs::path& worldDir,
const std::string& name
);
static ContentPack createCore(const EnginePaths*);
};
struct ContentPackStats {