From d215f157ad04edfdcdd2b880f70386846b18731e Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 17:50:00 +0100 Subject: [PATCH] Header Addtion --- src/main/duellist-spielesammlung-projekt.h | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/main/duellist-spielesammlung-projekt.h b/src/main/duellist-spielesammlung-projekt.h index b9d18cb..90c1258 100644 --- a/src/main/duellist-spielesammlung-projekt.h +++ b/src/main/duellist-spielesammlung-projekt.h @@ -37,7 +37,7 @@ int initializeRandomGenerator(); int FieldEmpty(const TicTacToeGame* game, int row, int col); int decideGameType(); Player playRockPaperScissors(); -int generateRandomNumber(int min, int max); + @@ -59,4 +59,18 @@ char** create_minefield(int height, int width, char within); void distribute_mines(char** mines, int height, int width, int num_mines); int minesweeper(); + + + + +int generateRandomNumber(int min, int max); +int addition(int a, int b); + + + + + + + + #endif // DUEELIST_SPIELESAMMLUNG_PROJEKT_H \ No newline at end of file