X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=9fda50e30c12f932de8ecfb879048d4c59f31f91;hb=9eacc6f4e47b05a7c4942f205faac1d62b0fc289;hp=3e62cf4d983ece67595577c665f65e67347dafe4;hpb=0e5aef968a447e03002cbcc120df7555df624b85;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 3e62cf4d..9fda50e3 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; @@ -127,6 +128,7 @@ struct GameInfo struct GameButtonInfo button; /* values for graphics engine customization */ + int graphics_engine_version; boolean use_native_emc_graphics_engine; boolean use_native_sp_graphics_engine; boolean use_masked_pushing; @@ -354,6 +356,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);