add pack.assemble(...), app.config_packs(...)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user