diff options
author | Alyssa Milburn | 2011-07-14 20:08:06 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-07-14 20:08:06 +0200 |
commit | 40a6c232e9169a9cfe0d6a698b728c8565cd8959 (patch) | |
tree | 3bb5f695bed995ace9ad44b810ec9a04d7134535 /base | |
parent | 482fcea8f3c57c7db12a81a3e124bc7b6e3594a5 (diff) | |
download | scummvm-rg350-40a6c232e9169a9cfe0d6a698b728c8565cd8959.tar.gz scummvm-rg350-40a6c232e9169a9cfe0d6a698b728c8565cd8959.tar.bz2 scummvm-rg350-40a6c232e9169a9cfe0d6a698b728c8565cd8959.zip |
COMPOSER: Add a first attempt at an engine.
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 4413995b88..4fa1a961da 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -97,6 +97,9 @@ public: #if PLUGIN_ENABLED_STATIC(CINE) LINK_PLUGIN(CINE) #endif + #if PLUGIN_ENABLED_STATIC(COMPOSER) + LINK_PLUGIN(COMPOSER) + #endif #if PLUGIN_ENABLED_STATIC(CRUISE) LINK_PLUGIN(CRUISE) #endif |