From d04b653378d92facccf597f80fb3911d7d22f5c9 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Tue, 17 Jul 2007 21:35:01 +0000 Subject: added engine stubs code for Drascula game svn-id: r28130 --- base/plugins.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base') diff --git a/base/plugins.cpp b/base/plugins.cpp index 382ea4f640..84f1d22501 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -131,6 +131,9 @@ public: #ifndef DISABLE_CRUISE LINK_PLUGIN(CRUISE) #endif + #ifndef DISABLE_DRASCULA + LINK_PLUGIN(DRASCULA) + #endif return pl; } -- cgit v1.2.3