From d154ae5b114a6a04acd17a83f6d59caa9ec1005a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Oct 2008 06:47:11 +0000 Subject: Split OSC/HTTP/JACK dependencies from ingen into separate libraries so engine library doesn't have a link time dependence on liblo/soap/libjack. Preliminary Ingen LV2 code wrapper (not functional yet). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1653 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/QueuedEngineInterface.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/engine/QueuedEngineInterface.hpp') diff --git a/src/engine/QueuedEngineInterface.hpp b/src/engine/QueuedEngineInterface.hpp index 89810434..5665c2c7 100644 --- a/src/engine/QueuedEngineInterface.hpp +++ b/src/engine/QueuedEngineInterface.hpp @@ -22,6 +22,7 @@ #include #include #include +#include "tuning.hpp" #include "interface/EngineInterface.hpp" #include "interface/ClientInterface.hpp" #include "Responder.hpp" @@ -156,5 +157,9 @@ private: } // namespace Ingen +extern "C" { + extern Ingen::QueuedEngineInterface* new_queued_interface(Ingen::Engine& engine); +} + #endif // QUEUEDENGINEINTERFACE_H -- cgit v1.2.1