X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=5739ecf0668eb82c770c3c568264b5a86cd47fa6;hb=881aea4bdbd831b4c5833a697d64b0a4bd7962ee;hp=831678704133e0dcff79080e0ef31649d097c418;hpb=105a766bac0ad0ee8c2c14df636600706604dfe6;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 83167870..5739ecf0 100644 --- a/src/game.h +++ b/src/game.h @@ -156,6 +156,7 @@ struct GameInfo boolean use_native_emc_graphics_engine; boolean use_native_sp_graphics_engine; boolean use_masked_pushing; + boolean use_masked_elements; int forced_scroll_delay_value; int scroll_delay_value; int tile_size; @@ -401,6 +402,7 @@ int GetElementFromGroupElement(int); int getPlayerInventorySize(int); +void UpdateGameDoorValues(void); void DrawGameDoorValues(void); void UpdateAndDisplayGameControlValues(void);