diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index 45f8c08..3fc875b 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -38,3 +38,7 @@ int berechneErgebnis(int zahl1, int zahl2, char operator); //10 void spieleRunde(int schwierigkeitsgrad); + + +//11 +void zeigeAnleitung();