X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=1fc4b5dbb982e7ed2fa40c193009bdd3967ae96d;hb=78731da5bda94be8ad5633fc5ef615c35db318a7;hp=9ebaed30515982bf2c139c78105888ab08afb56c;hpb=d593293724c160fbccd186edd30dd7287d7f0311;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 9ebaed30..1fc4b5db 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(); @@ -94,6 +95,8 @@ void FadeSetDisabled(); void FadeSkipNextFadeIn(); void FadeSkipNextFadeOut(); +Bitmap *getGlobalBorderBitmapFromGameStatus(); + void ClearField(); void SetWindowBackgroundImageIfDefined(int); void SetMainBackgroundImageIfDefined(int); @@ -105,6 +108,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(); @@ -114,9 +119,6 @@ void FloodFillLevel(int, int, int, short[MAX_LEV_FIELDX][MAX_LEV_FIELDY], void SetRandomAnimationValue(int, int); int getGraphicAnimationFrame(int, int); -void DrawGraphicAnimation(int, int, int); -void DrawGraphicAnimationExt(DrawBuffer *, int, int, int, int, int); - void DrawFixedGraphicAnimation(int, int, int); void DrawFixedGraphicAnimationExt(DrawBuffer *, int, int, int, int, int); @@ -134,7 +136,6 @@ void getFixedGraphicSourceExt(int, int, Bitmap **, int *, int *, boolean); void getSizedGraphicSource(int, int, int, Bitmap **, int *, int *); void getFixedGraphicSource(int, int, Bitmap **, int *, int *); void getMiniGraphicSource(int, Bitmap **, int *, int *); -void getGraphicSourceExt(int, int, Bitmap **, int *, int *, boolean); void getGraphicSource(int, int, Bitmap **, int *, int *); void DrawGraphic(int, int, int, int);