diff options
author | Filippos Karapetis | 2008-04-20 14:55:41 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-04-20 14:55:41 +0000 |
commit | 8dea07eeac34ae0aabc468e7b8711d3d34ae911b (patch) | |
tree | 4f325d0cd786852cd5f448318135993cfc30e3d4 | |
parent | 635c96358ac26354aa67c5823e4c792dde0559c8 (diff) | |
download | scummvm-rg350-8dea07eeac34ae0aabc468e7b8711d3d34ae911b.tar.gz scummvm-rg350-8dea07eeac34ae0aabc468e7b8711d3d34ae911b.tar.bz2 scummvm-rg350-8dea07eeac34ae0aabc468e7b8711d3d34ae911b.zip |
Added the m4 and made plugins
svn-id: r31602
-rw-r--r-- | base/plugins.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 90b377ff45..188eb10475 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -130,6 +130,12 @@ public: #ifndef DISABLE_LURE LINK_PLUGIN(LURE) #endif + #ifndef DISABLE_M4 + LINK_PLUGIN(M4) + #endif + #ifndef DISABLE_MADE + LINK_PLUGIN(MADE) + #endif #ifndef DISABLE_PARALLACTION LINK_PLUGIN(PARALLACTION) #endif |