diff options
author | David Robillard <d@drobilla.net> | 2009-02-12 05:48:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-02-12 05:48:51 +0000 |
commit | d9b5f38ffb9c0d0a6841368e7d52a71b9819d087 (patch) | |
tree | 80ad4b7fd2570c3467afe709573b750374babf11 /slv2/slv2.h | |
parent | 10f3dcb136761169d738343608fc09491118ea22 (diff) | |
download | lilv-d9b5f38ffb9c0d0a6841368e7d52a71b9819d087.tar.gz lilv-d9b5f38ffb9c0d0a6841368e7d52a71b9819d087.tar.bz2 lilv-d9b5f38ffb9c0d0a6841368e7d52a71b9819d087.zip |
Generic plugin query API.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1930 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 4381259..0960282 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -30,6 +30,7 @@ extern "C" { #include "slv2/pluginui.h" #include "slv2/pluginuiinstance.h" #include "slv2/port.h" +#include "slv2/query.h" #include "slv2/scalepoint.h" #include "slv2/types.h" #include "slv2/util.h" |