From 379ce3049a0f22c73923da331a451e5fdb55783b 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 ee49eac..468ec88 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -44,6 +44,8 @@ void zeigeRundenEnde(int punkte); +//16 +void zeigeAuswahl(const char* text);