X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=b801932c3f9df35338c2519a69d7d7a4af54a889;hb=11bd782b9345d3bec0ed2f6b2ed1bb310f365c4f;hp=3e62cf4d983ece67595577c665f65e67347dafe4;hpb=0e5aef968a447e03002cbcc120df7555df624b85;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 3e62cf4d..b801932c 100644 --- a/src/game.h +++ b/src/game.h @@ -105,6 +105,7 @@ struct GameButtonInfo struct XY redo; struct XY save; + struct XY pause2; struct XY load; struct XY sound_music; @@ -354,6 +355,7 @@ void StartGameActions(boolean, boolean, int); void GameActions(void); void GameActions_EM_Main(); void GameActions_SP_Main(); +void GameActions_RND_Main(); void GameActions_RND(); void ScrollLevel(int, int);