summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorBrian Munro <brian.alexander.munro@gmail.com>2017-03-29 02:44:31 -0700
committerGitHub <noreply@github.com>2017-03-29 02:44:31 -0700
commit822534e16a421520b7abdf0b698948eb2df88a63 (patch)
tree16c61060a8aef581d0b322573c63ae6400ebbe86 /src/organizercore.h
parent99156abc6e0779ed3de437c0005b6de8293c7a15 (diff)
parentc64e12a289066c6b4834c43a49ff631a33b2f3ce (diff)
Merge pull request #69 from LePresidente/new_vfs_library
Bring in line with main branch
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index e994d9b1..297b94f6 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -165,6 +165,8 @@ public:
QString profileName() const;
QString profilePath() const;
QString downloadsPath() const;
+ QString overwritePath() const;
+ QString basePath() const;
MOBase::VersionInfo appVersion() const;
MOBase::IModInterface *getMod(const QString &name) const;
MOBase::IModInterface *createMod(MOBase::GuessedValue<QString> &name);