From aa63574292498bd29cd7d97291dd81c4697f8e82 Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 19:43:09 +0100 Subject: [PATCH] Header Display Menu --- src/main/duellist-spielesammlung-projekt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/duellist-spielesammlung-projekt.h b/src/main/duellist-spielesammlung-projekt.h index c6cb007..cd3d178 100644 --- a/src/main/duellist-spielesammlung-projekt.h +++ b/src/main/duellist-spielesammlung-projekt.h @@ -76,7 +76,7 @@ int modulo(int a, int b); int compare(int a, int b); int exponentiation(int base, int exponent); int squareRoot(int number); - +void displayMenu();