added request dialog to play again after game is over without solving level
[rocksndiamonds.git] / src / game.h
index 5fab8390aa479813373faab3268edc2890632152..bd26e264633cf7d6cea0c9f413bffaa9bd7cf5d0 100644 (file)
@@ -417,6 +417,7 @@ void RaiseScoreElement(int);
 void RequestQuitGameExt(boolean, boolean, char *);
 void RequestQuitGame(boolean);
 void RequestRestartGame(char *);
+void CheckGameOver(void);
 
 boolean checkGameSolved(void);
 boolean checkGameFailed(void);