diff options
author | Eugene Sandulenko | 2009-12-29 23:20:23 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-12-29 23:20:23 +0000 |
commit | fb8ecae7f1904f9d992ce3a01356febcd94d9e36 (patch) | |
tree | ce5c3960a99c07d4cc8d6b803b49cf17f213e07e /base | |
parent | 0ea022d076c491d802431ee90b658d5e8c06d0e0 (diff) | |
download | scummvm-rg350-fb8ecae7f1904f9d992ce3a01356febcd94d9e36.tar.gz scummvm-rg350-fb8ecae7f1904f9d992ce3a01356febcd94d9e36.tar.bz2 scummvm-rg350-fb8ecae7f1904f9d992ce3a01356febcd94d9e36.zip |
Add Mohawk engine code. Part 2/3: common code changes.
svn-id: r46728
Diffstat (limited to 'base')
-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 c7688b42a3..5291dd02a4 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -127,6 +127,9 @@ public: #if PLUGIN_ENABLED_STATIC(MADE) LINK_PLUGIN(MADE) #endif + #if PLUGIN_ENABLED_STATIC(MOHAWK) + LINK_PLUGIN(MOHAWK) + #endif #if PLUGIN_ENABLED_STATIC(PARALLACTION) LINK_PLUGIN(PARALLACTION) #endif |