From 2686c81e800b53d1cc3e44fcf60d8cd299b77b51 Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 20:30:15 +0100 Subject: [PATCH] Refactoring Header kurzer gemacht --- 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 d7a1b19..fcc7796 100644 --- a/src/main/duellist-spielesammlung-projekt.h +++ b/src/main/duellist-spielesammlung-projekt.h @@ -69,7 +69,7 @@ int minesweeper(); int zufallszahl(int min, int max); int add(int a, int b); -int subtraction(int a, int b); +int minus(int a, int b); int multiplication(int a, int b); int division(int a, int b); int modulo(int a, int b);