diff options
Diffstat (limited to 'src/libs/client/Loader.h')
-rw-r--r-- | src/libs/client/Loader.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/libs/client/Loader.h b/src/libs/client/Loader.h index 3176c2f6..86317c1f 100644 --- a/src/libs/client/Loader.h +++ b/src/libs/client/Loader.h @@ -21,6 +21,7 @@ #include "raul/SharedPtr.h" #include "raul/Path.h" #include "Namespaces.h" +#include "ObjectModel.h" namespace Ingen { namespace Client { @@ -34,8 +35,10 @@ class Loader { public: Loader(SharedPtr<ModelEngineInterface> engine, SharedPtr<Namespaces> = SharedPtr<Namespaces>()); - void load(const Glib::ustring& filename, - const Path& parent); + bool load(const Glib::ustring& filename, + const Path& parent, + Glib::ustring patch_uri = "", + MetadataMap initial_data = MetadataMap()); private: //string _patch_search_path; |