moved requesting game restart to function that checks for game over
[rocksndiamonds.git] / src / game.h
index 26c186fe6df4cf457180ecdf1b7e9b6dc5f477a3..95531163027886438ca1f202c709e173963b7b16 100644 (file)
@@ -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);