NOISSUE Support mod grouping and dependencies

This commit is contained in:
Jamie Mansfield
2021-05-28 23:10:02 +01:00
parent 74311a54cf
commit 4ba0c9c298
4 changed files with 103 additions and 7 deletions

View File

@ -90,7 +90,15 @@ struct VersionMod
bool optional;
bool recommended;
bool selected;
bool hidden;
bool library;
QString group;
QVector<QString> depends;
bool client;
// computed
bool effectively_hidden;
};
struct PackVersion