Fixed random function, add words to UI

This commit is contained in:
Aidan Haas
2022-11-09 18:23:54 -05:00
committed by GitHub
parent a724c75e80
commit 7c11e14c94
4 changed files with 62 additions and 25 deletions
+1
View File
@@ -15,5 +15,6 @@ typedef struct {
Word *words;
} Word_array;
void clear_word_array(Word_array *array);
int generate_words(int num_words, Word_array *words, Word_array *to_return);
int parse_words_file(FILE *words_file, Word_array *words);