aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp4
-rw-r--r--base/plugins.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index c106f52d69..5f20262726 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -251,6 +251,10 @@ void PluginManager::loadPlugins() {
#ifndef DISABLE_QUEEN
LOAD_MODULE("queen", QUEEN);
#endif
+
+#ifndef DISABLE_SAGA
+ LOAD_MODULE("saga", SAGA);
+#endif
}
void PluginManager::unloadPlugins() {
diff --git a/base/plugins.h b/base/plugins.h
index 3202941431..6f276743db 100644
--- a/base/plugins.h
+++ b/base/plugins.h
@@ -165,6 +165,10 @@ DECLARE_PLUGIN(SWORD2)
DECLARE_PLUGIN(QUEEN)
#endif
+#ifndef DISABLE_SAGA
+DECLARE_PLUGIN(SAGA)
+#endif
+
#endif
#endif