diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index 3512fb8..2ad5bf3 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -40,6 +40,14 @@ void bewerteAntwort(int spielerAntwort, int ergebnis, int* punkte); void zeigeRundenEnde(int punkte); +//16 +void zeigeAuswahl(const char* text); + + + + + +