summary refs log tree commit diff stats
path: root/verbly.h
diff options
context:
space:
mode:
Diffstat (limited to 'verbly.h')
-rw-r--r--verbly.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/verbly.h b/verbly.h new file mode 100644 index 0000000..139d8f8 --- /dev/null +++ b/verbly.h
@@ -0,0 +1,10 @@
1#ifndef VERBLY_H_5B39CE50
2#define VERBLY_H_5B39CE50
3
4#include "c++14.h"
5#include "token.h"
6#include "verb.h"
7#include "adjective.h"
8#include "data.h"
9
10#endif /* end of include guard: VERBLY_H_5B39CE50 */