NOISSUE gate new mods page behind cheat code

This commit is contained in:
Petr Mrázek
2018-08-01 20:05:18 +02:00
parent 9cc93ae81d
commit 6cee50eac6
4 changed files with 49 additions and 8 deletions

View File

@ -54,6 +54,12 @@ public:
QString getJarsPath();
void setJarsPath(const QString & path);
bool isFeatureEnabled(const QString & featureName) const;
void enableFeature(const QString & featureName, bool state = true);
void getEnabledFeatures(QSet<QString> & features) const;
void setEnabledFeatures(const QSet<QString> & features) const;
protected:
Private * d;
};