X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=5fab8390aa479813373faab3268edc2890632152;hp=3b79cb5d27e4ef817e13d9af119f34842e521d17;hb=8cae2f011a23232a4233e808fd1092d2871603e6;hpb=ef4236ac56bedd0e83777505c4ed63fbf4a74698 diff --git a/src/game.h b/src/game.h index 3b79cb5d..5fab8390 100644 --- a/src/game.h +++ b/src/game.h @@ -418,6 +418,10 @@ void RequestQuitGameExt(boolean, boolean, char *); void RequestQuitGame(boolean); void RequestRestartGame(char *); +boolean checkGameSolved(void); +boolean checkGameFailed(void); +boolean checkGameEnded(void); + unsigned int InitEngineRandom_RND(int); unsigned int RND(int);