Merge branch 'main' into heightmaps

This commit is contained in:
MihailRis
2024-10-04 22:51:24 +03:00
8 changed files with 107 additions and 43 deletions
+4 -3
View File
@@ -26,15 +26,16 @@ public:
void setResourcesFolder(std::filesystem::path folder);
std::filesystem::path getResourcesFolder() const;
std::filesystem::path getWorldsFolder();
std::filesystem::path getWorldFolderByName(const std::string& name);
std::filesystem::path getWorldsFolder() const;
std::filesystem::path getConfigFolder() const;
void setCurrentWorldFolder(std::filesystem::path folder);
std::filesystem::path getCurrentWorldFolder();
std::filesystem::path getNewScreenshotFile(const std::string& ext);
std::filesystem::path getControlsFile();
std::filesystem::path getSettingsFile();
std::filesystem::path getControlsFile() const;
std::filesystem::path getSettingsFile() const;
void setContentPacks(std::vector<ContentPack>* contentPacks);