diff options
author | Vladimir Menshakov | 2009-09-03 20:59:17 +0000 |
---|---|---|
committer | Vladimir Menshakov | 2009-09-03 20:59:17 +0000 |
commit | ebe1b94eb1561b566124b7dcbb73cf3b0a659b33 (patch) | |
tree | d4f182bc5b5b46ce5933913a1a8066dc089889ea /base | |
parent | 9b2104db32d074886daa0ec48624193351d6ed51 (diff) | |
download | scummvm-rg350-ebe1b94eb1561b566124b7dcbb73cf3b0a659b33.tar.gz scummvm-rg350-ebe1b94eb1561b566124b7dcbb73cf3b0a659b33.tar.bz2 scummvm-rg350-ebe1b94eb1561b566124b7dcbb73cf3b0a659b33.zip |
imported teenagent engine sources.
svn-id: r43922
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 446c26e57c..6f821f7327 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -157,6 +157,9 @@ public: #if PLUGIN_ENABLED_STATIC(TUCKER) LINK_PLUGIN(TUCKER) #endif + #if PLUGIN_ENABLED_STATIC(TEENAGENT) + LINK_PLUGIN(TEENAGENT) + #endif // Music plugins // TODO: Use defines to disable or enable each MIDI driver as a |