LV2 Toolkit  1.2.0
 All Classes Namespaces Functions Typedefs Enumerations Enumerator Modules Pages
lvtk.hpp
1 /*
2  lvtk.hpp - Support file for writing LV2 plugins in C++
3  Copyright (C) 2013 Michael Fisher <mfisher31@gmail.com>
4 
5  This program is free software; you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation; either version 2 of the License, or
8  (at your option) any later version.
9 
10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with this program; if not, write to the Free Software
17  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */
19 
20 #ifndef LVTK_HPP
21 #define LVTK_HPP
22 
23 /* include the entire lvtk library (minus the plugin and ui wrappers) */
24 #include "lvtk/ext/common.h"
25 #include "lvtk/ext/units.hpp"
26 #include "lvtk/ext/worker.hpp"
27 
28 #endif /* LVTK_HPP */