aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-11-20 22:46:58 +0100
committerWillem Jan Palenstijn2011-11-20 22:49:18 +0100
commit2613e7f5879c8c3ca7663dfcea8d5b91c499c107 (patch)
treecb9a57e5ad2fb81d988c99b7704795477719807d /base/plugins.cpp
parent528c1173d7b9d15d9b7e36f25a876c8952357f26 (diff)
parentb592d73e6226c5c5375d4b40123b15e37b064b9e (diff)
downloadscummvm-rg350-2613e7f5879c8c3ca7663dfcea8d5b91c499c107.tar.gz
scummvm-rg350-2613e7f5879c8c3ca7663dfcea8d5b91c499c107.tar.bz2
scummvm-rg350-2613e7f5879c8c3ca7663dfcea8d5b91c499c107.zip
TOLTECS: Merge toltecs engine
This is an engine for the game "3 Skulls of the Toltecs". It is a renamed, tweaked and manual merge of the pull request at https://github.com/scummvm/scummvm/pull/119
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