Browse Source

Funktionsprototyp für checkWin

remotes/origin/Ahmad
fdai7726 11 months ago
parent
commit
399950a81b
  1. 2
      src/main/c/VierGewinnt.c

2
src/main/c/VierGewinnt.c

@ -32,4 +32,6 @@ int isColumnFull(char board[ROWS][COLS], int col);
//Funktionsprototyp für dropPiece //Funktionsprototyp für dropPiece
int dropPiece(char board[ROWS][COLS], int col, char player); int dropPiece(char board[ROWS][COLS], int col, char player);
//Funktionsprototyp für checkWin
int checkWin(char board[ROWS][COLS], char player);
Loading…
Cancel
Save