Boolean ValidWord(char *thisWord);
Boolean InCustomDictionary(char *thisWord);
Boolean InRealDictionary(char *thisWord);
short DirectionalCompare(char *thisOne, char *thatOne);
void CalculateNumRight(void);
void NewWord(void);
