diff options
| author | Willem Jan Palenstijn | 2011-11-20 22:46:58 +0100 |
|---|---|---|
| committer | Willem Jan Palenstijn | 2011-11-20 22:49:18 +0100 |
| commit | 2613e7f5879c8c3ca7663dfcea8d5b91c499c107 (patch) | |
| tree | cb9a57e5ad2fb81d988c99b7704795477719807d /base/plugins.cpp | |
| parent | 528c1173d7b9d15d9b7e36f25a876c8952357f26 (diff) | |
| parent | b592d73e6226c5c5375d4b40123b15e37b064b9e (diff) | |
| download | scummvm-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.cpp | 3 |
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 |
