summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-02 21:09:42 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-12-02 21:09:42 +0100
commit4240f10260cbffbff52bf2d549100f4690a642b5 (patch)
tree5d436edb1f04d3ce8f7a54ce463f4049da1e54ad /src/organizercore.h
parentcb453a9ba70106832eec2cb0feecbd91d2e8b7d7 (diff)
Fix callbacks for pluginlist, modlist and download manager.
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index 1b77b7f5..cb612eae 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -234,6 +234,13 @@ public:
MOBase::IPluginGame const *managedGame() const;
/**
+ * @brief Retrieve the organizer proxy of the currently managed game.
+ *
+ */
+ MOBase::IOrganizer const* managedGameOrganizer() const;
+
+
+ /**
* @return the list of contents for the currently managed game, or an empty vector
* if the game plugin does not implement the ModDataContent feature.
*/