diff options
Diffstat (limited to 'lilv/lilvmm.hpp')
-rw-r--r-- | lilv/lilvmm.hpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lilv/lilvmm.hpp b/lilv/lilvmm.hpp index 4a90e6d..c42de2f 100644 --- a/lilv/lilvmm.hpp +++ b/lilv/lilvmm.hpp @@ -18,6 +18,10 @@ #define LILV_LILVMM_HPP #include "lilv/lilv.h" +#include "lv2/core/lv2.h" + +#include <cstdarg> +#include <cstdint> namespace Lilv { @@ -29,6 +33,20 @@ namespace Lilv { # pragma GCC diagnostic ignored "-Wdeprecated-declarations" #endif +struct Instance; +struct Node; +struct Nodes; +struct Plugin; +struct PluginClass; +struct PluginClasses; +struct Plugins; +struct Port; +struct ScalePoint; +struct ScalePoints; +struct UI; +struct UIs; +struct World; + LILV_DEPRECATED static inline const char* uri_to_path(const char* uri) { |