diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index b7fcb87..76c99c8 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -32,6 +32,11 @@ void zeigeHighscore(int punkte); //13 int holeSpielerAntwort(); +//14 +void bewerteAntwort(int spielerAntwort, int ergebnis, int* punkte); + + +