add pack.assemble(...), app.config_packs(...)

This commit is contained in:
MihailRis
2025-01-03 23:51:36 +03:00
parent 3187243a7d
commit bd9018dafe
12 changed files with 93 additions and 10 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ static bool resolve_dependencies(
return satisfied;
}
std::vector<std::string> PacksManager::assembly(
std::vector<std::string> PacksManager::assemble(
const std::vector<std::string>& names
) const {
std::vector<std::string> allNames = names;
+1 -1
View File
@@ -38,7 +38,7 @@ public:
/// @return resulting ordered vector of pack names
/// @throws contentpack_error if required dependency not found or
/// circular dependency detected
std::vector<std::string> assembly(const std::vector<std::string>& names
std::vector<std::string> assemble(const std::vector<std::string>& names
) const;
/// @brief Collect all pack names (identifiers) into a new vector