summaryrefslogtreecommitdiffstats
path: root/src/module/ingen_module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/module/ingen_module.hpp')
-rw-r--r--src/module/ingen_module.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/module/ingen_module.hpp b/src/module/ingen_module.hpp
index bb2c3adb..0fd921f7 100644
--- a/src/module/ingen_module.hpp
+++ b/src/module/ingen_module.hpp
@@ -18,12 +18,14 @@
#ifndef INGEN_MODULE_HPP
#define INGEN_MODULE_HPP
+namespace Raul { class Configuration; }
+
namespace Ingen { namespace Shared { class World; } }
extern "C" {
-Ingen::Shared::World* ingen_get_world();
-void ingen_destroy_world();
+Ingen::Shared::World* ingen_world_new(Raul::Configuration* conf, int& argc, char**& argv);
+void ingen_world_free(Ingen::Shared::World* world);
} // extern "C"