aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorMax Horn2008-11-14 21:32:20 +0000
committerMax Horn2008-11-14 21:32:20 +0000
commitbb87d39424c9dee6fbfddf8b806a5675bcf39494 (patch)
treebabc3ebacab043baf19b2c8376ccee52a6201587 /base/plugins.cpp
parent3c5c774e768ba50bf17540832240030f067a2c25 (diff)
downloadscummvm-rg350-bb87d39424c9dee6fbfddf8b806a5675bcf39494.tar.gz
scummvm-rg350-bb87d39424c9dee6fbfddf8b806a5675bcf39494.tar.bz2
scummvm-rg350-bb87d39424c9dee6fbfddf8b806a5675bcf39494.zip
Patch #2271425: Groovie engine
svn-id: r35060
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index cd91bed292..cea8232e59 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -108,6 +108,9 @@ public:
#if PLUGIN_ENABLED_STATIC(GOB)
LINK_PLUGIN(GOB)
#endif
+ #if PLUGIN_ENABLED_STATIC(GROOVIE)
+ LINK_PLUGIN(GROOVIE)
+ #endif
#if PLUGIN_ENABLED_STATIC(IGOR)
LINK_PLUGIN(IGOR)
#endif