From d75757967efbdd52c5ca74096ff00f593409206c Mon Sep 17 00:00:00 2001 From: Siamak Date: Thu, 8 Feb 2024 03:15:46 +0100 Subject: [PATCH] =?UTF-8?q?Konflikt=20gel=C3=B6st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/c/funktionen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/c/funktionen.h b/src/c/funktionen.h index 185b4a1..6247c37 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -50,10 +50,10 @@ int x_wins_02_11_20(char board[][3]); int o_wins_00_10_20(char board[][3]); // prüft, ob O bei Index 00, 10, 20 ist. -int o_wins_01_11_21(char board[][3]) +int o_wins_01_11_21(char board[][3]); // prüft, ob O bei Index 01, 11, 21 ist. -int o_wins_02_12_22(char board[][3]) +int o_wins_02_12_22(char board[][3]); // prüft, ob O bei Index 02, 12, 22 ist. int string_character_counter(char string[]);