COMPOSER: Add a first attempt at an engine.

This commit is contained in:
Alyssa Milburn 2011-07-14 20:08:06 +02:00
parent 482fcea8f3
commit 40a6c232e9
9 changed files with 1591 additions and 0 deletions

View file

@ -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