X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=0ec63701b56206f66300bccbe97aa9204449dd1f;hb=61197199259de5b82ba53a78d7ba7e837ffac2c9;hp=1c26b6d6fdb771c10d4ba1060064e9a0e474c8ce;hpb=462bca0782be497b984922afda26b5bf12bd3d75;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 1c26b6d6..0ec63701 100644 --- a/src/tools.h +++ b/src/tools.h @@ -91,6 +91,8 @@ void DrawBackgroundForGraphic(int, int, int, int, int); void MarkTileDirty(int, int); void SetBorderElement(); +void FloodFillLevel(int, int, int, short[MAX_LEV_FIELDX][MAX_LEV_FIELDY], + int, int); void SetRandomAnimationValue(int, int); int getGraphicAnimationFrame(int, int);