From 7fe0ab0bf8d320ce02a681b9e5361107a88c6319 Mon Sep 17 00:00:00 2001 From: siamak Date: Fri, 9 Feb 2024 01:32:00 +0100 Subject: [PATCH] =?UTF-8?q?refactoring:=20Kommentar=20entfernt=20da=20Funk?= =?UTF-8?q?tion=20selbsterkl=C3=A4rend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/c/funktionen.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/c/funktionen.h b/src/c/funktionen.h index 36c2f39..d6221ba 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -72,7 +72,6 @@ int o_wins_02_11_20(char board[][3]); // prüft, ob O bei Index 02, 11, 20 ist float volume(float laenge, float breite, float hoehe); -// berechnet das Volumen float area(float laenge, float breite); // berechnet die Fläche