Input will be only lowercase #1

This commit is contained in:
2017-05-01 19:58:44 +02:00
parent 6dfcfcd4ac
commit bedd8b4127
3 changed files with 12 additions and 1 deletions

View File

@@ -33,3 +33,4 @@ int fillCurrentWord(game_state *gs, char validchar);
int stackWrongCharacter(game_state *gs, char wrongchar);
int checkWin(game_state *gs);
void printGameStats(game_state *gs);
void toLowerCase(char *str);