Added start screen; Cursor enabled on Word input

This commit is contained in:
2017-05-01 20:15:30 +02:00
parent bedd8b4127
commit 6df0af4c2f
2 changed files with 16 additions and 2 deletions

View File

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