From 39a8c71f776254b272e68a36fa5355293c0ae5f9 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Mon, 8 Jun 2009 22:18:52 +0000 Subject: Adding Draci Historie engine skeleton (engine stub, BAR archiver, rudimentary GPL disassembler) svn-id: r41390 --- 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 446c26e57c..bcfb865492 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -157,6 +157,9 @@ public: #if PLUGIN_ENABLED_STATIC(TUCKER) LINK_PLUGIN(TUCKER) #endif + #if PLUGIN_ENABLED_STATIC(DRACI) + LINK_PLUGIN(DRACI) + #endif // Music plugins // TODO: Use defines to disable or enable each MIDI driver as a -- cgit v1.2.3