diff options
author | Vladimir | 2011-06-05 13:38:05 +0400 |
---|---|---|
committer | Alyssa Milburn | 2011-06-15 17:29:05 +0200 |
commit | 52a89174abc27a8f6256d401e5dde6ea904a4afd (patch) | |
tree | 31d6c612003660bf168e4aa0222c73abadc85a8b /base | |
parent | 38c99889382c7142b3cb94a5a5bae5266f4ab7a3 (diff) | |
download | scummvm-rg350-52a89174abc27a8f6256d401e5dde6ea904a4afd.tar.gz scummvm-rg350-52a89174abc27a8f6256d401e5dde6ea904a4afd.tar.bz2 scummvm-rg350-52a89174abc27a8f6256d401e5dde6ea904a4afd.zip |
DREAMWEB: added autogenerated source
Diffstat (limited to 'base')
-rw-r--r-- | base/plugins.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 4a3b201714..8ce7b53254 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -106,6 +106,9 @@ public: #if PLUGIN_ENABLED_STATIC(DRASCULA) LINK_PLUGIN(DRASCULA) #endif + #if PLUGIN_ENABLED_STATIC(DREAMWEB) + LINK_PLUGIN(DREAMWEB) + #endif #if PLUGIN_ENABLED_STATIC(GOB) LINK_PLUGIN(GOB) #endif |