diff --git a/src/main/duellist-spielesammlung-projekt.h b/src/main/duellist-spielesammlung-projekt.h index 514eff2..28c63c8 100644 --- a/src/main/duellist-spielesammlung-projekt.h +++ b/src/main/duellist-spielesammlung-projekt.h @@ -33,7 +33,7 @@ int getNumberOfMoves(const TicTacToeGame* game); int BoardFull(const TicTacToeGame* game); Player getCurrentPlayer(const TicTacToeGame* game); int checkAge(int age); -void initializeRandomGenerator(); +int initializeRandomGenerator(); int FieldEmpty(const TicTacToeGame* game, int row, int col); int decideGameType(); Player playRockPaperScissors();