From 7d7cfe0a0ba05370c89824b1cfc772a00cd4cf38 Mon Sep 17 00:00:00 2001 From: fdai7731 Date: Thu, 8 Feb 2024 02:25:25 +0100 Subject: [PATCH] function zeigeAuswahl --- src/main/c/Mathe.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index c19dc40..38dbf05 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -42,6 +42,8 @@ void zeigeRundenEnde(int punkte); +//16 +void zeigeAuswahl(const char* text);