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