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