diff options
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 7 |
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.
*/
|
