X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=inline;f=src%2Ftools.h;h=8c8f0184be78b34e4969cc6197d71e3a910c5072;hb=1eb84ec23ba8db3b68f373d6077a6e923e244e35;hp=9ebaed30515982bf2c139c78105888ab08afb56c;hpb=d593293724c160fbccd186edd30dd7287d7f0311;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 9ebaed30..8c8f0184 100644 --- a/src/tools.h +++ b/src/tools.h @@ -79,6 +79,7 @@ void DrawMaskedBorder(int); void SetDrawtoField(int); void RedrawPlayfield(); +void BlitScreenToBitmap_RND(Bitmap *); void BlitScreenToBitmap(Bitmap *); void BackToFront(); @@ -105,6 +106,8 @@ void SetPanelBackground(); void DrawBackground(int, int, int, int); void DrawBackgroundForFont(int, int, int, int, int); void DrawBackgroundForGraphic(int, int, int, int, int); +boolean CheckIfGlobalBorderHasChanged(); +void RedrawGlobalBorder(); void MarkTileDirty(int, int); void SetBorderElement();