From 2f4f3e13aa6a6dbbb5a45e02b792eb935e91c766 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 12 Nov 2018 11:59:11 +0900 Subject: Handshake working with new abstractions --- src/words.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/words.h (limited to 'src/words.h') diff --git a/src/words.h b/src/words.h new file mode 100644 index 0000000..e8cb628 --- /dev/null +++ b/src/words.h @@ -0,0 +1,7 @@ +#ifndef __ADJECTIVES_H__ +#define __ADJECTIVES_H__ + +extern const char * const adjectives[256]; +extern const char * const nouns[256]; + +#endif -- cgit