diff --git a/src/main/duellist-spielesammlung-projekt.c b/src/main/duellist-spielesammlung-projekt.c index 389300a..dba3a1a 100644 --- a/src/main/duellist-spielesammlung-projekt.c +++ b/src/main/duellist-spielesammlung-projekt.c @@ -449,7 +449,12 @@ int squareRoot(int number) { } } - +void displayMenu() { + printf("\nHauptmenü:\n"); + printf("1. Spiel starten\n"); + printf("2. Beenden\n"); + printf("Auswahl treffen: "); +}