X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.h;h=51c11d530e25456ef0488695f77f8a20802aed7d;hp=1f520df3bbea750241620d42af6d16733665a38e;hb=41680565bf2af491be63ee8440788c4ff8b616db;hpb=ea933dd51bfca7ddcc6b75465476cce57afd1682 diff --git a/src/tools.h b/src/tools.h index 1f520df3..51c11d53 100644 --- a/src/tools.h +++ b/src/tools.h @@ -102,7 +102,8 @@ void DrawLevelElementShifted(int, int, int, int, int, int); void DrawScreenElementThruMask(int, int, int); void DrawLevelElementThruMask(int, int, int); void DrawLevelFieldThruMask(int, int); -void DrawCrumbledSand(int, int); +void DrawLevelFieldCrumbledSand(int, int); +void DrawLevelFieldCrumbledSandDigging(int, int, int, int); void DrawScreenElement(int, int, int); void DrawLevelElement(int, int, int); void DrawScreenField(int, int);