diff options
| author | Gregory Montoir | 2008-11-10 20:38:54 +0000 |
|---|---|---|
| committer | Gregory Montoir | 2008-11-10 20:38:54 +0000 |
| commit | 4a5d4ba94dd6320e137cde6ba27744613d2a1099 (patch) | |
| tree | 9fe86b10f376fec7a60a224680537f85f0892399 /base | |
| parent | 2b59700d2a311c0486912435624bac78fe1f9dbb (diff) | |
| download | scummvm-rg350-4a5d4ba94dd6320e137cde6ba27744613d2a1099.tar.gz scummvm-rg350-4a5d4ba94dd6320e137cde6ba27744613d2a1099.tar.bz2 scummvm-rg350-4a5d4ba94dd6320e137cde6ba27744613d2a1099.zip | |
add initial support for 'Bud Tucker in Double Trouble'
svn-id: r34990
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 5429359658..cd91bed292 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -147,6 +147,9 @@ public: #if PLUGIN_ENABLED_STATIC(TOUCHE) LINK_PLUGIN(TOUCHE) #endif + #if PLUGIN_ENABLED_STATIC(TUCKER) + LINK_PLUGIN(TUCKER) + #endif // Music plugins // TODO: Use defines to disable or enable each MIDI driver as a |
