diff options
| author | Tannin <devnull@localhost> | 2014-12-13 16:47:11 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-12-13 16:47:11 +0100 |
| commit | 64eced4614657f22b22ba565df497a010499bf30 (patch) | |
| tree | fdb93b3dc829e5523f3c381befd530f714a7f253 /src/organizerproxy.h | |
| parent | 8634b97bea67744d2ac147f2c8b94b8e52c37acd (diff) | |
- NCC installer can now discover files in other mods (thanks Reunion!) and knows the script extender version
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 affa2d55..cc75b939 100644 --- a/src/organizerproxy.h +++ b/src/organizerproxy.h @@ -15,6 +15,7 @@ public: virtual QString profileName() const;
virtual QString profilePath() const;
virtual QString downloadsPath() const;
+ virtual QString overwritePath() const;
virtual MOBase::VersionInfo appVersion() const;
virtual MOBase::IModInterface *getMod(const QString &name);
virtual MOBase::IModInterface *createMod(MOBase::GuessedValue<QString> &name);
|
