update generators scanning

This commit is contained in:
MihailRis
2024-09-27 23:55:14 +03:00
parent 39030efd74
commit c46090f881
14 changed files with 46 additions and 9 deletions
+5
View File
@@ -63,6 +63,11 @@ public:
dv::value& indicesRoot,
const std::string& contentSection
);
static std::vector<std::string> scanContent(
const ContentPack& pack, ContentType type
);
void fixPackIndices();
void load();
};