summary refs log tree commit diff stats
path: root/lib/verbly.h
blob: b9f5367aa60ee0d8c1adef38b81b454d4c51d4f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef VERBLY_H_5B39CE50
#define VERBLY_H_5B39CE50

#include "c++14.h"
#include "util.h"
#include "token.h"
#include "data.h"
#include "word.h"
#include "verb.h"
#include "adverb.h"
#include "adjective.h"
#include "noun.h"

#endif /* end of include guard: VERBLY_H_5B39CE50 */