This commit is contained in:
MihailRis 2024-11-10 21:02:48 +03:00
parent 3fa5369c7c
commit af4edee063

View File

@ -42,9 +42,9 @@ struct ContentPack {
std::string version = "0.0"; std::string version = "0.0";
std::string creator = ""; std::string creator = "";
std::string description = "no description"; std::string description = "no description";
std::string source = "";
fs::path folder; fs::path folder;
std::vector<DependencyPack> dependencies; std::vector<DependencyPack> dependencies;
std::string source = "";
fs::path getContentFile() const; fs::path getContentFile() const;