Browse Source

Funktionsprototyp für showColumnFullMessage

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

3
src/main/c/VierGewinnt.c

@ -50,3 +50,6 @@ int checkDiagonalRL(char board[ROWS][COLS], char player);
void showMessage(const char* messageColor, const char* message); void showMessage(const char* messageColor, const char* message);
//Funktionsprototyp für showInvalidInputMessage //Funktionsprototyp für showInvalidInputMessage
void showInvalidInputMessage(); void showInvalidInputMessage();
//Funktionsprototyp für showColumnFullMessage
void showColumnFullMessage();
Loading…
Cancel
Save