From 161d56b118f901db4b544e1428e4f2fb52038447 Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 18:05:33 +0100 Subject: [PATCH] =?UTF-8?q?Funtion=20Display=20Men=C3=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/duellist-spielesammlung-projekt.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: "); +}