From fa6e10e9cec163845aa29e7940c86e9c9ab8a2bc Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Sun, 15 Feb 2009 06:10:59 +0000 Subject: Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't compile yet) svn-id: r38192 --- base/plugins.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base') diff --git a/base/plugins.cpp b/base/plugins.cpp index 2efab3fba4..446c26e57c 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -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 -- cgit v1.2.3