diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-16 22:57:15 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-16 22:57:15 -0400 |
commit | 29c6d78edb88a38c2bfde54fc7ecccc691bbef30 (patch) | |
tree | 21d458d02337420dfb1fd5eda4cffada38f9642a /verbly/lib/verbly.h | |
parent | 8b1333d0e6e2b9a5014bdbff2987d899f5413fee (diff) | |
download | furries-29c6d78edb88a38c2bfde54fc7ecccc691bbef30.tar.gz furries-29c6d78edb88a38c2bfde54fc7ecccc691bbef30.tar.bz2 furries-29c6d78edb88a38c2bfde54fc7ecccc691bbef30.zip |
Added verbly submodule
Diffstat (limited to 'verbly/lib/verbly.h')
-rw-r--r-- | verbly/lib/verbly.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/verbly/lib/verbly.h b/verbly/lib/verbly.h deleted file mode 100644 index b9f5367..0000000 --- a/verbly/lib/verbly.h +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | #ifndef VERBLY_H_5B39CE50 | ||
2 | #define VERBLY_H_5B39CE50 | ||
3 | |||
4 | #include "c++14.h" | ||
5 | #include "util.h" | ||
6 | #include "token.h" | ||
7 | #include "data.h" | ||
8 | #include "word.h" | ||
9 | #include "verb.h" | ||
10 | #include "adverb.h" | ||
11 | #include "adjective.h" | ||
12 | #include "noun.h" | ||
13 | |||
14 | #endif /* end of include guard: VERBLY_H_5B39CE50 */ | ||