SLV2  0.6.6
slv2.h
1 /* SLV2
2  * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
3  *
4  * This library is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU General Public License as published by the Free
6  * Software Foundation; either version 2 of the License, or (at your option)
7  * any later version.
8  *
9  * This library is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12  * for more details.
13  *
14  * You should have received a copy of the GNU General Public License along
15  * with this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17  */
18 
19 #ifndef __SLV2_H__
20 #define __SLV2_H__
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 #include "slv2/collections.h"
27 #include "slv2/plugin.h"
28 #include "slv2/pluginclass.h"
29 #include "slv2/plugininstance.h"
30 #include "slv2/pluginui.h"
31 #include "slv2/pluginuiinstance.h"
32 #include "slv2/port.h"
33 #include "slv2/query.h"
34 #include "slv2/scalepoint.h"
35 #include "slv2/types.h"
36 #include "slv2/util.h"
37 #include "slv2/value.h"
38 #include "slv2/world.h"
39 
40 #ifdef __cplusplus
41 } /* extern "C" */
42 #endif
43 
44 #endif /* __SLV2_H__ */

Generated for SLV2 by doxygen 1.9.1