diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-02-23 07:11:57 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-02-23 07:11:57 -0600 |
| commit | ba8ce395cf7ad8a1f0dd4aa88f124e7b37395dd6 (patch) | |
| tree | d3a10a09094262d9443e4503910ed0a21899e96b /src/organizercore.h | |
| parent | 208f389300b308966b8354a631bc18f1ad0880d5 (diff) | |
Add function to get configured mods directory
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 2757aaf3..2a31d00a 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -187,6 +187,7 @@ public: QString downloadsPath() const;
QString overwritePath() const;
QString basePath() const;
+ QString modsPath() const;
MOBase::VersionInfo appVersion() const;
MOBase::IModInterface *getMod(const QString &name) const;
MOBase::IPluginGame *getGame(const QString &gameName) const;
|
