aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorAlex Bevilacqua2011-11-14 05:53:43 -0500
committerWillem Jan Palenstijn2011-11-20 22:43:12 +0100
commit4c6038260484d7f7b63f435a3124bb99e9a44733 (patch)
treea7ad90d170a7339fb99317428f07580d5e0dfd14 /base/plugins.cpp
parent579c47b717fba7aa39a1adae23984060bdb771d3 (diff)
downloadscummvm-rg350-4c6038260484d7f7b63f435a3124bb99e9a44733.tar.gz
scummvm-rg350-4c6038260484d7f7b63f435a3124bb99e9a44733.tar.bz2
scummvm-rg350-4c6038260484d7f7b63f435a3124bb99e9a44733.zip
TOLTECS: integrate engine
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 e587b962d6..df12d0d3ba 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -172,6 +172,9 @@ public:
#if PLUGIN_ENABLED_STATIC(TINSEL)
LINK_PLUGIN(TINSEL)
#endif
+ #if PLUGIN_ENABLED_STATIC(TOLTECS)
+ LINK_PLUGIN(TOLTECS)
+ #endif
#if PLUGIN_ENABLED_STATIC(TOON)
LINK_PLUGIN(TOON)
#endif