aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-04-13 21:08:05 +1000
committerPaul Gilbert2011-04-13 21:08:05 +1000
commite6090415b62907b1ccc3163a43e04e8cea992693 (patch)
tree7d1bb5dd19985f98a1fd988626e46ebc7b886845 /base/plugins.cpp
parentaadb4f74591f4044c82cf9de5cbac1694b9cd55c (diff)
parenta2d1fdd3655a27e23a3df0bb68f32d27cd4b3319 (diff)
downloadscummvm-rg350-e6090415b62907b1ccc3163a43e04e8cea992693.tar.gz
scummvm-rg350-e6090415b62907b1ccc3163a43e04e8cea992693.tar.bz2
scummvm-rg350-e6090415b62907b1ccc3163a43e04e8cea992693.zip
Merge remote branch 'remotes/dreammaster/tsage'
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 7d0557c474..38b5626fe2 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -172,6 +172,9 @@ public:
#if PLUGIN_ENABLED_STATIC(TOON)
LINK_PLUGIN(TOON)
#endif
+ #if PLUGIN_ENABLED_STATIC(TSAGE)
+ LINK_PLUGIN(TSAGE)
+ #endif
#if PLUGIN_ENABLED_STATIC(TOUCHE)
LINK_PLUGIN(TOUCHE)
#endif