X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=4141b3bcfdf05735a29550560ab3cb400179bbda;hb=97c25dcac5f23b62ca152112eb48f8e9b14156ef;hp=28b222ed2a6ecb37f6cacb03f14969c9abcebfd1;hpb=4e80596f4d6536a8cdf0acc0b096e67a5965bc5e;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 28b222ed..4141b3bc 100644 --- a/src/game.h +++ b/src/game.h @@ -471,6 +471,7 @@ void RequestQuitGameExt(boolean, boolean, char *); void RequestQuitGame(boolean); boolean CheckRestartGame(void); +boolean checkGameRunning(void); boolean checkGameSolved(void); boolean checkGameFailed(void); boolean checkGameEnded(void);