LV2 Toolkit  1.1.1
 All Classes Namespaces Functions Typedefs Enumerations Enumerator Groups Pages
common.h
1 /* This file is part of lvtk */
4 #ifndef LVTK_EXT_COMMON_H
5 #define LVTK_EXT_COMMON_H
6 
7 #include <iostream> // For std::clog
8 #include <string.h>
9 
10 #include "lvtk/private/types.hpp"
11 
12 /* Include all ext's common to plugin and UI */
13 
14 #include "atom.hpp"
15 #include "log.hpp"
16 #include "midi.hpp"
17 #include "options.hpp"
18 #include "patch.hpp"
19 #include "urid.hpp"
20 #include "time.hpp"
21 
22 
23 #endif /* LVTK_EXT_COMMON_H */