Browse Source

Header Addtion

remotes/origin/Areeb
fdai7820 11 months ago
parent
commit
d215f157ad
  1. 16
      src/main/duellist-spielesammlung-projekt.h

16
src/main/duellist-spielesammlung-projekt.h

@ -37,7 +37,7 @@ int initializeRandomGenerator();
int FieldEmpty(const TicTacToeGame* game, int row, int col); int FieldEmpty(const TicTacToeGame* game, int row, int col);
int decideGameType(); int decideGameType();
Player playRockPaperScissors(); 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); void distribute_mines(char** mines, int height, int width, int num_mines);
int minesweeper(); int minesweeper();
int generateRandomNumber(int min, int max);
int addition(int a, int b);
#endif // DUEELIST_SPIELESAMMLUNG_PROJEKT_H #endif // DUEELIST_SPIELESAMMLUNG_PROJEKT_H
Loading…
Cancel
Save