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

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

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