X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=b73b10d1646292c5284854ae7e7d597750d48fdd;hb=97f03ad86e7458be79933d91363a38c4d2e35deb;hp=3d7c96eac71745f42f7fd78f169f45190dd2255c;hpb=769c024e3cbfa77b7214bb91358fd14bb02deba9;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 3d7c96ea..b73b10d1 100644 --- a/src/tools.h +++ b/src/tools.h @@ -80,7 +80,11 @@ void DrawMaskedBorder_ALL(); void DrawMaskedBorder(int); void SetDrawtoField(int); +#if 1 +void RedrawPlayfield(); +#else void RedrawPlayfield(boolean, int, int, int, int); +#endif void BlitScreenToBitmap(Bitmap *); void BackToFront(); @@ -176,7 +180,7 @@ void DrawMiniElementOrWall(int, int, int, int); void ShowEnvelope(int); void ShowEnvelopeDoor(char *text, int); -void DrawLevel(void); +void DrawLevel(int); void DrawMiniLevel(int, int, int, int); void DrawPreviewLevelInitial(void); void DrawPreviewLevelAnimation(void);