Browse Source

Headerdatei für O gewinnt waagerecht Mitte erstellt

remotes/origin/siamak
Siamak 11 months ago
parent
commit
ef09b70764
  1. 3
      src/c/funktionen.h

3
src/c/funktionen.h

@ -59,6 +59,9 @@ int o_wins_02_12_22(char board[][3]);
int o_wins_00_01_02(char board[][3]);
//prüft, ob O bei Index 00, 01, 02 ist
int o_wins_10_11_12(char board[][3]);
//prüft, ob O bei Index 10, 11, 12 ist
int stringCharacterCounter(char string[]);
// liefert die Länge eines Strings zurück

Loading…
Cancel
Save