Browse Source

Funktionsprototyp für showColumnFullMessage

remotes/origin/Ahmad
fdai7726 11 months ago
parent
commit
04ca12eff9
  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