Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't compile yet)

svn-id: r38192
This commit is contained in:
Jordi Vilalta Prat 2009-02-15 06:10:59 +00:00
parent 7c148ddf02
commit fa6e10e9ce
385 changed files with 163544 additions and 0 deletions

View file

@ -136,6 +136,9 @@ public:
#if PLUGIN_ENABLED_STATIC(SAGA)
LINK_PLUGIN(SAGA)
#endif
#if PLUGIN_ENABLED_STATIC(SCI)
LINK_PLUGIN(SCI)
#endif
#if PLUGIN_ENABLED_STATIC(SKY)
LINK_PLUGIN(SKY)
#endif