|
@ -46,3 +46,6 @@ int checkDiagonalLR(char board[ROWS][COLS], char player); |
|
|
// Funktionsprototyp für checkDiagonalRL |
|
|
// Funktionsprototyp für checkDiagonalRL |
|
|
int checkDiagonalRL(char board[ROWS][COLS], char player); |
|
|
int checkDiagonalRL(char board[ROWS][COLS], char player); |
|
|
|
|
|
|
|
|
|
|
|
// Funktionsprototyp für showMessage |
|
|
|
|
|
void showMessage(const char* messageColor, const char* message); |
|
|
|
|
|
|