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