X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=b1f674342c391647462dabec2ec356ea7e5f2c44;hb=d798911a09cd2a58ccb0378f4a94e6d44b3e0039;hp=6deb4057b5e5924b2ab65b0167d1479c24601bbf;hpb=7efb5fe320faf4801e52a6b36e91dc9b3a6f73f4;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 6deb4057..b1f67434 100644 --- a/src/tools.h +++ b/src/tools.h @@ -119,8 +119,8 @@ void RedrawGlobalBorder(); void MarkTileDirty(int, int); void SetBorderElement(); -void FloodFillLevel(int, int, int, short[MAX_LEV_FIELDX][MAX_LEV_FIELDY], - int, int); +void FloodFillLevel(int, int, int, short[][MAX_LEV_FIELDY], int, int); +void FloodFillLevelExt(int, int, int, int, int y, short field[][y], int, int); void SetRandomAnimationValue(int, int); int getGraphicAnimationFrame(int, int); @@ -157,6 +157,8 @@ void DrawFixedGraphicThruMaskExt(DrawBuffer *, int, int, int, int); void DrawSizedGraphic(int, int, int, int, int); void DrawSizedGraphicExt(DrawBuffer *, int, int, int, int, int); +void DrawSizedGraphicThruMask(int, int, int, int, int); +void DrawSizedGraphicThruMaskExt(DrawBuffer *, int, int, int, int, int); void DrawMiniGraphic(int, int, int); void DrawMiniGraphicExt(DrawBuffer *, int, int, int); @@ -177,6 +179,7 @@ void DrawScreenField(int, int); void DrawLevelField(int, int); void DrawSizedElement(int, int, int, int); +void DrawSizedElementThruMask(int, int, int, int); void DrawSizedElementOrWall(int, int, int, int, int); void DrawMiniElement(int, int, int);