X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=93e1d0948fbd3de468f3ad1c870e48da4532106a;hp=34854a773c1426a7b06487489407a8d6eb82a21b;hb=f459d13abcc4b9966d23ff233201d77039b73777;hpb=8816ae3885c98c3a28648bb1084550b74079f130 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);