summaryrefslogtreecommitdiff
path: root/src/words.h
blob: e8cb6285157b87e1443ae36fa3171858b9559d07 (plain)
1
2
3
4
5
6
7
#ifndef __ADJECTIVES_H__
#define __ADJECTIVES_H__

extern const char * const adjectives[256];
extern const char * const nouns[256];

#endif