From 48e86b7f7137f5c6f9d94966fc2c59bc081cef0f Mon Sep 17 00:00:00 2001 From: fdai7731 Date: Thu, 8 Feb 2024 02:05:43 +0100 Subject: [PATCH] function zeigeHighscore --- src/main/c/Mathe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index 853aadf..3d107fa 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -29,7 +29,8 @@ int berechneErgebnis(int zahl1, int zahl2, char operator); void spieleRunde(int schwierigkeitsgrad); //11 void zeigeAnleitung(); - +//12 +void zeigeHighscore(int punkte);