Browse Source

Funktionsprototyp für showWinMessage

main^2
fdai7726 11 months ago
committed by Peter Wiebe
parent
commit
034f4dcc44
  1. 3
      src/main/c/VierGewinnt.c

3
src/main/c/VierGewinnt.c

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