From e5c7ce83b8c7bb5f7d64c53fa8dcc378f667e902 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 14 Jan 2007 21:29:12 +0000 Subject: Initial import of Parallaction engine svn-id: r25083 --- base/plugins.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base') diff --git a/base/plugins.cpp b/base/plugins.cpp index bcca62ce1c..9f53a66f74 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -153,6 +153,9 @@ public: #ifndef DISABLE_TOUCHE LINK_PLUGIN(TOUCHE) #endif + #ifndef DISABLE_PARALLACTION + LINK_PLUGIN(PARALLACTION) + #endif return pl; } -- cgit v1.2.3