X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=8c8f0184be78b34e4969cc6197d71e3a910c5072;hb=4c4b479df75864d1af0b7d630e5eb97c16a03faa;hp=638a22fe5cc9af2af6b46b72a6f58b1994767f88;hpb=3ff2e8a0b5c27b99a9920bdf5ed82bc41bf40181;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 638a22fe..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(); @@ -168,6 +171,9 @@ void DrawLevelElement(int, int, int); void DrawScreenField(int, int); void DrawLevelField(int, int); +void DrawSizedElement(int, int, int, int); +void DrawSizedElementOrWall(int, int, int, int, int); + void DrawMiniElement(int, int, int); void DrawMiniElementOrWall(int, int, int, int); @@ -175,6 +181,7 @@ void ShowEnvelope(int); void ShowEnvelopeDoor(char *text, int); void DrawLevel(int); +void DrawSizedLevel(int, int, int, int, int); void DrawMiniLevel(int, int, int, int); void DrawPreviewLevelInitial(void); void DrawPreviewLevelAnimation(void);