X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=95531163027886438ca1f202c709e173963b7b16;hb=c118d37bf6ad02e90d4ea7c4a4d7d34d8f745c26;hp=26c186fe6df4cf457180ecdf1b7e9b6dc5f477a3;hpb=a1206b26bfcc7ec67b23cb91171ef20811a2a886;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 26c186fe..95531163 100644 --- a/src/game.h +++ b/src/game.h @@ -456,8 +456,8 @@ void RaiseScoreElement(int); void RequestQuitGameExt(boolean, boolean, char *); void RequestQuitGame(boolean); void RequestRestartGame(char *); -void CheckGameOver(void); +boolean CheckRestartGame(void); boolean checkGameSolved(void); boolean checkGameFailed(void); boolean checkGameEnded(void);