diff options
| author | Silarn <jrim@rimpo.org> | 2018-05-07 01:29:00 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-05-07 01:29:00 -0500 |
| commit | 02d3f8182984c86b6a1e778e9f32a118f6fe02fe (patch) | |
| tree | 7886daac6db5bfe44f736b95daf313e386fa8322 /src/organizercore.h | |
| parent | fc74aa90d13cbc1bbc0f61f634d0457f207ec455 (diff) | |
Changes to allow installer_NCC to use the game source set in the DL meta
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 76c286be..28ecef48 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -184,6 +184,7 @@ public: QString basePath() const;
MOBase::VersionInfo appVersion() const;
MOBase::IModInterface *getMod(const QString &name) const;
+ MOBase::IPluginGame *getGame(const QString &gameName) const;
MOBase::IModInterface *createMod(MOBase::GuessedValue<QString> &name);
bool removeMod(MOBase::IModInterface *mod);
void modDataChanged(MOBase::IModInterface *mod);
|
