|
@ -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(); |