Papageno
An Advanced Pattern Matching Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
papageno.h
Go to the documentation of this file.
1 /* Copyright 2017 noseglasses <shinynoseglasses@gmail.com>
2  *
3  * This program is free software: you can redistribute it and/or modify
4  * it under the terms of the GNU Lesser General Public License as published by
5  * the Free Software Foundation, either version 3 of the License, or
6  * (at your option) any later version.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU Lesser General Public License for more details.
12  *
13  * You should have received a copy of the GNU Lesser General Public License
14  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15  */
16 #ifndef PAPAGENO_H
17 #define PAPAGENO_H
18 
21 #include "ppg_action.h"
22 #include "ppg_action_flags.h"
23 #include "ppg_chord.h"
24 #include "ppg_cluster.h"
25 #include "ppg_compression.h"
26 #include "ppg_context.h"
27 #include "ppg_debug.h"
28 #include "ppg_event.h"
29 #include "ppg_event_buffer.h"
30 #include "ppg_global.h"
31 #include "ppg_input.h"
32 #include "ppg_layer.h"
33 #include "ppg_leader_sequences.h"
34 #include "ppg_note.h"
35 #include "ppg_pattern.h"
36 #include "ppg_settings.h"
37 #include "ppg_signal_callback.h"
38 #include "ppg_signals.h"
39 #include "ppg_statistics.h"
40 #include "ppg_tap_dance.h"
41 #include "ppg_time.h"
42 #include "ppg_timeout.h"
43 #include "ppg_token.h"
44 
45 #endif
46