From 75911e8ae28f011727ce303961a1adb56643689d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Jul 2007 06:07:42 +0000 Subject: Fix running with ingen -eg. Start basic framework of an Ingen "Core" system/library (in module library for now). git-svn-id: http://svn.drobilla.net/lad/ingen@624 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/engine.hpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/libs/engine/engine.hpp') diff --git a/src/libs/engine/engine.hpp b/src/libs/engine/engine.hpp index 940db440..93b426ac 100644 --- a/src/libs/engine/engine.hpp +++ b/src/libs/engine/engine.hpp @@ -18,20 +18,16 @@ #ifndef INGEN_ENGINE_H #define INGEN_ENGINE_H -#include - namespace Ingen { -class Engine; -namespace Shared { class EngineInterface; } +namespace Shared { class World; } +class Engine; extern "C" { - //void run(int argc, char** argv); - /** Create a new engine in this process */ - Engine* new_engine(); + Engine* new_engine(Ingen::Shared::World* world); /** Launch an OSC engine as a completely separate process * \return true if successful -- cgit v1.2.1