aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorNeeraj Kumar2010-05-24 14:54:50 +0000
committerNeeraj Kumar2010-05-24 14:54:50 +0000
commitbabf7ef44c2407cd52000684e3fa08aa63c8b462 (patch)
tree4757f219f202affa5431a7c099171ba5dcd9542c /base/plugins.cpp
parent54aabd425c9313a29acfa6ea29698f14f53e4453 (diff)
downloadscummvm-rg350-babf7ef44c2407cd52000684e3fa08aa63c8b462.tar.gz
scummvm-rg350-babf7ef44c2407cd52000684e3fa08aa63c8b462.tar.bz2
scummvm-rg350-babf7ef44c2407cd52000684e3fa08aa63c8b462.zip
added the testbed engine: basically renamed quux
svn-id: r49188
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 6c80da65d4..feead28247 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -163,6 +163,9 @@ public:
#if PLUGIN_ENABLED_STATIC(TUCKER)
LINK_PLUGIN(TUCKER)
#endif
+ #if PLUGIN_ENABLED_STATIC(TESTBED)
+ LINK_PLUGIN(TESTBED)
+ #endif
// Music plugins
// TODO: Use defines to disable or enable each MIDI driver as a