X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=8c8f0184be78b34e4969cc6197d71e3a910c5072;hb=cccf7a885aab5d50f050fead64cc56e1edfab5d6;hp=8238ffc535d43fcf348f29a182ed80bd85308015;hpb=db6f077754043bf94cf6a18ced0c0191744a1487;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 8238ffc5..8c8f0184 100644 --- a/src/tools.h +++ b/src/tools.h @@ -16,7 +16,7 @@ #include "game.h" /* for SetDrawtoField */ -#define DRAW_BUFFERED 1 +#define DRAW_FIELDBUFFER 1 #define DRAW_BACKBUFFER 2 /* for DrawElementShifted */ @@ -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();