summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-02 21:03:10 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-12-02 21:03:10 +0100
commit90154e621af03bc0464a17821f56385e6b0f6ac5 (patch)
treeeeba175436c459c469524f8ff0734997841aa653 /src/settings.h
parentc3a957169612e6563b17c2e740006f1abd29f6ff (diff)
Add Settings::unregisterPlugin().
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h
index 122eb729..48aefc27 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -304,9 +304,10 @@ public:
//
void clearPlugins();
- // adds the given plugin to the list and loads all of its settings
+ // adds/removes the given plugin to the list and loads all of its settings
//
void registerPlugin(MOBase::IPlugin *plugin);
+ void unregisterPlugin(MOBase::IPlugin* plugin);
// returns all the registered plugins
//