summaryrefslogtreecommitdiff
path: root/src/organizerproxy.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-12-13 16:47:11 +0100
committerTannin <devnull@localhost>2014-12-13 16:47:11 +0100
commit64eced4614657f22b22ba565df497a010499bf30 (patch)
treefdb93b3dc829e5523f3c381befd530f714a7f253 /src/organizerproxy.h
parent8634b97bea67744d2ac147f2c8b94b8e52c37acd (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.h1
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);