add automatic 'content' folder creation

This commit is contained in:
MihailRis
2024-06-08 10:03:16 +03:00
parent e8ea34fa31
commit 166c340098
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ class EnginePaths {
fs::path worldFolder;
std::vector<ContentPack>* contentPacks = nullptr;
public:
void prepare();
fs::path getUserfiles() const;
fs::path getResources() const;