Browse Source

Funktionsprototyp für clearScreen

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

3
src/main/c/VierGewinnt.c

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