Browse Source

Funktionsprototyp für isColumnFull

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

3
src/main/c/VierGewinnt.c

@ -26,3 +26,6 @@ void printBoard(char board[ROWS][COLS]);
// Funktionsprototyp für clearScreen // Funktionsprototyp für clearScreen
void clearScreen(); void clearScreen();
//Funktionsprototyp für isColumnFull
int isColumnFull(char board[ROWS][COLS], int col);
Loading…
Cancel
Save