Browse Source

Funktionsprototyp für showWinMessage

remotes/origin/Ahmad
fdai7726 11 months ago
parent
commit
fd012eff4f
  1. 3
      src/main/c/VierGewinnt.c

3
src/main/c/VierGewinnt.c

@ -53,3 +53,6 @@ void showInvalidInputMessage();
//Funktionsprototyp für showColumnFullMessage //Funktionsprototyp für showColumnFullMessage
void showColumnFullMessage(); void showColumnFullMessage();
//Funktionsprototyp für showWinMessage
void showWinMessage(int player);
Loading…
Cancel
Save