summaryrefslogtreecommitdiff
path: root/src/organizerproxy.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-05-07 01:29:00 -0500
committerSilarn <jrim@rimpo.org>2018-05-07 01:29:00 -0500
commit02d3f8182984c86b6a1e778e9f32a118f6fe02fe (patch)
tree7886daac6db5bfe44f736b95daf313e386fa8322 /src/organizerproxy.cpp
parentfc74aa90d13cbc1bbc0f61f634d0457f207ec455 (diff)
Changes to allow installer_NCC to use the game source set in the DL meta
Diffstat (limited to 'src/organizerproxy.cpp')
-rw-r--r--src/organizerproxy.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp
index 77d61a52..8e0bc95b 100644
--- a/src/organizerproxy.cpp
+++ b/src/organizerproxy.cpp
@@ -60,6 +60,11 @@ IModInterface *OrganizerProxy::getMod(const QString &name) const
return m_Proxied->getMod(name);
}
+IPluginGame *OrganizerProxy::getGame(const QString &gameName) const
+{
+ return m_Proxied->getGame(gameName);
+}
+
IModInterface *OrganizerProxy::createMod(MOBase::GuessedValue<QString> &name)
{
return m_Proxied->createMod(name);