Handshake working with new abstractions
This commit is contained in:
parent
42d4bebde7
commit
2f4f3e13aa
11 changed files with 1118 additions and 77 deletions
7
src/words.h
Normal file
7
src/words.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef __ADJECTIVES_H__
|
||||
#define __ADJECTIVES_H__
|
||||
|
||||
extern const char * const adjectives[256];
|
||||
extern const char * const nouns[256];
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue