refactor: add ContentControl class
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
|
||||
class PacksManager {
|
||||
std::unordered_map<std::string, ContentPack> packs;
|
||||
std::vector<std::pair<std::string, io::path>> sources;
|
||||
std::vector<io::path> sources;
|
||||
public:
|
||||
PacksManager();
|
||||
|
||||
/// @brief Set content packs sources (search folders)
|
||||
void setSources(std::vector<std::pair<std::string, io::path>> sources);
|
||||
void setSources(std::vector<io::path> sources);
|
||||
|
||||
/// @brief Scan sources and collect all found packs excluding duplication.
|
||||
/// Scanning order depends on sources order
|
||||
|
||||
Reference in New Issue
Block a user