diff options
Diffstat (limited to 'src/module/World.hpp')
-rw-r--r-- | src/module/World.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/module/World.hpp b/src/module/World.hpp index e1ccf5d1..9f962af1 100644 --- a/src/module/World.hpp +++ b/src/module/World.hpp @@ -40,6 +40,7 @@ namespace Shared { class EngineInterface; class Store; class LV2Features; +class LV2URIMap; /** The "world" all Ingen modules may share. @@ -73,6 +74,8 @@ struct World { SLV2World slv2_world; LV2Features* lv2_features; + boost::shared_ptr<LV2URIMap> uris; + boost::shared_ptr<EngineInterface> engine; boost::shared_ptr<Engine> local_engine; boost::shared_ptr<Serialisation::Serialiser> serialiser; |