diff options
author | David Robillard <d@drobilla.net> | 2007-06-30 22:29:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-06-30 22:29:56 +0000 |
commit | 435bc2fc2c0eb78addac1e688411ad8fad02517a (patch) | |
tree | 68eb0a9f6ceac13a9cd634f9cf8ea4fb5f7da75c /slv2/slv2.h | |
parent | 8d964fa7e72ebf076cd40a0b72caf778ce82fb85 (diff) | |
download | lilv-435bc2fc2c0eb78addac1e688411ad8fad02517a.tar.gz lilv-435bc2fc2c0eb78addac1e688411ad8fad02517a.tar.bz2 lilv-435bc2fc2c0eb78addac1e688411ad8fad02517a.zip |
Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT depend on GTK!).
git-svn-id: http://svn.drobilla.net/lad/slv2@546 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/slv2.h')
-rw-r--r-- | slv2/slv2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slv2/slv2.h b/slv2/slv2.h index 9573e9c..e5c2b07 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -29,6 +29,7 @@ extern "C" { #include <slv2/plugin.h> #include <slv2/port.h> #include <slv2/plugins.h> +#include <slv2/pluginguiinstance.h> #include <slv2/plugininstance.h> #include <slv2/value.h> #include <slv2/values.h> |