From dbde2e46e3c44a795b8597ea3c2b6c7503dfbbef Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 12 Oct 2010 21:12:50 +0000 Subject: SWORD25: Added detection of libtheora, png an dplugged in the engine svn-id: r53169 --- base/plugins.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base/plugins.cpp') diff --git a/base/plugins.cpp b/base/plugins.cpp index 42fdf9bc12..382f9d3c32 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -154,6 +154,9 @@ public: #if PLUGIN_ENABLED_STATIC(SWORD2) LINK_PLUGIN(SWORD2) #endif + #if PLUGIN_ENABLED_STATIC(SWORD25) + LINK_PLUGIN(SWORD25) + #endif #if PLUGIN_ENABLED_STATIC(TEENAGENT) LINK_PLUGIN(TEENAGENT) #endif -- cgit v1.2.3