X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=df223fe7d0e89b5124d223b246487524ed21b21b;hb=7927e26b1ec2ef8b787a35d7867bdc40249cd2ee;hp=85ab383f89342e3c37d9297645e89c36362af49b;hpb=4efce7813f9315cda970e7f48be030c8c108d9f0;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 85ab383f..df223fe7 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -982,6 +982,7 @@ struct SetupInfo int game_frame_delay; boolean sp_show_border_elements; boolean small_game_graphics; + boolean show_snapshot_buttons; char *graphics_set; char *sounds_set; @@ -1313,6 +1314,7 @@ void SetDrawBackgroundMask(int); void SetWindowBackgroundBitmap(Bitmap *); void SetMainBackgroundBitmap(Bitmap *); void SetDoorBackgroundBitmap(Bitmap *); +void SetRedrawMaskFromArea(int, int, int, int); void LimitScreenUpdates(boolean);