From babf7ef44c2407cd52000684e3fa08aa63c8b462 Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Mon, 24 May 2010 14:54:50 +0000 Subject: added the testbed engine: basically renamed quux svn-id: r49188 --- base/plugins.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base/plugins.cpp') 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 -- cgit v1.2.3