aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-02-14 20:37:27 +1100
committerPaul Gilbert2011-02-14 20:37:27 +1100
commit7042d95cfee6cb2eead81fce497eeaf0da28d297 (patch)
tree9952920a06dab4052fc97eb8870bcb40f0e6d4d2 /base/plugins.cpp
parent97852d473e05b03a1b9a18facc9c2cf0c3ac8a92 (diff)
downloadscummvm-rg350-7042d95cfee6cb2eead81fce497eeaf0da28d297.tar.gz
scummvm-rg350-7042d95cfee6cb2eead81fce497eeaf0da28d297.tar.bz2
scummvm-rg350-7042d95cfee6cb2eead81fce497eeaf0da28d297.zip
TSAGE: Added the engine in a separate branch
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 1db9c0d499..93bd8348fc 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