From 0e22208e5405c7c70829fb47bb5771a487ec529a Mon Sep 17 00:00:00 2001 From: fdai7892 Date: Wed, 7 Feb 2024 22:19:24 +0100 Subject: [PATCH] =?UTF-8?q?dateityp=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/duellist-spielesammlung-projekt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();