X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=bd26e264633cf7d6cea0c9f413bffaa9bd7cf5d0;hb=050269ccfc40b94a2255939df38831d2c75340d3;hp=5fab8390aa479813373faab3268edc2890632152;hpb=8cae2f011a23232a4233e808fd1092d2871603e6;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 5fab8390..bd26e264 100644 --- a/src/game.h +++ b/src/game.h @@ -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);