X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=93e1d0948fbd3de468f3ad1c870e48da4532106a;hp=34854a773c1426a7b06487489407a8d6eb82a21b;hb=40f85093a4a5f80c37d7a9847f5b10c230c76690;hpb=9dc1a9b929ed268df501e7d2b00f51f4521f8b5e diff --git a/src/game.h b/src/game.h index 34854a77..93e1d094 100644 --- a/src/game.h +++ b/src/game.h @@ -207,6 +207,9 @@ struct GameInfo /* values for special game initialization control */ boolean restart_level; + /* trigger message to ask for restarting the game */ + char *restart_game_message; + /* values for special game control */ int centered_player_nr; int centered_player_nr_next; @@ -410,6 +413,7 @@ void RaiseScoreElement(int); void RequestQuitGameExt(boolean, boolean, char *); void RequestQuitGame(boolean); +void RequestRestartGame(char *); unsigned int InitEngineRandom_RND(int); unsigned int RND(int);