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/organizerproxy.h | |
| parent | 208f389300b308966b8354a631bc18f1ad0880d5 (diff) | |
Add function to get configured mods directory
Diffstat (limited to 'src/organizerproxy.h')
| -rw-r--r-- | src/organizerproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizerproxy.h b/src/organizerproxy.h index b8eb9b82..b8a4ea50 100644 --- a/src/organizerproxy.h +++ b/src/organizerproxy.h @@ -20,6 +20,7 @@ public: virtual QString downloadsPath() const;
virtual QString overwritePath() const;
virtual QString basePath() const;
+ virtual QString modsPath() const;
virtual MOBase::VersionInfo appVersion() const;
virtual MOBase::IModInterface *getMod(const QString &name) const;
virtual MOBase::IPluginGame *getGame(const QString &gameName) const;
|
