From fe11737f52481c3e6e3a2c511e125b1e9a2ff166 Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 17:52:42 +0100 Subject: [PATCH] Header subtraktion --- src/main/duellist-spielesammlung-projekt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/duellist-spielesammlung-projekt.h b/src/main/duellist-spielesammlung-projekt.h index 90c1258..4f4ba45 100644 --- a/src/main/duellist-spielesammlung-projekt.h +++ b/src/main/duellist-spielesammlung-projekt.h @@ -65,6 +65,7 @@ int minesweeper(); int generateRandomNumber(int min, int max); int addition(int a, int b); +int subtraction(int a, int b);