X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=9fda50e30c12f932de8ecfb879048d4c59f31f91;hb=9eacc6f4e47b05a7c4942f205faac1d62b0fc289;hp=a962abd7ca9afc097b0b13ed7ce721f4f634f2c9;hpb=d2b08e8601362bd9f1ade63c9bca892aab0e410e;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index a962abd7..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;