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/organizerproxy.h | |
| parent | fc74aa90d13cbc1bbc0f61f634d0457f207ec455 (diff) | |
Changes to allow installer_NCC to use the game source set in the DL meta
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 cebb98ac..b8eb9b82 100644 --- a/src/organizerproxy.h +++ b/src/organizerproxy.h @@ -22,6 +22,7 @@ public: virtual QString basePath() const;
virtual MOBase::VersionInfo appVersion() const;
virtual MOBase::IModInterface *getMod(const QString &name) const;
+ virtual MOBase::IPluginGame *getGame(const QString &gameName) const;
virtual MOBase::IModInterface *createMod(MOBase::GuessedValue<QString> &name);
virtual bool removeMod(MOBase::IModInterface *mod);
virtual void modDataChanged(MOBase::IModInterface *mod);
|
