Add makefile

This commit is contained in:
Aidan Haas
2022-11-07 18:35:45 -05:00
committed by GitHub
parent ccf5273b44
commit 9926c34b38
5 changed files with 50 additions and 38 deletions
+1 -6
View File
@@ -8,9 +8,4 @@
#define FAILURE 0
char TIMED_MODES_STRING[5][MAX_STRING] = { "5s", "10s", "25s", "30s", "60s" };
char WORD_MODES_STRING[5][MAX_STRING] = { "10", "25", "50", "100", "200" };
char MISC_STRING[3][MAX_STRING] = {"Exit", "Stats", "Settings"};
typedef struct {
int number_of_words;
char words[];
} Word_array;
char MISC_STRING[3][MAX_STRING] = {"Exit", "Stats", "Settings"};