X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=e7a65872bcf2593d3e54ce884610504637990567;hb=9de8eede744c45187c7011543ef8097d1ebc879c;hp=a7415f02141462b372b8e18e4fbde3010e41c16e;hpb=ff2510f5098b545a03965c6b95296eec6885a4fb;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index a7415f02..e7a65872 100644 --- a/src/tools.h +++ b/src/tools.h @@ -102,7 +102,9 @@ 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 DrawLevelFieldCrumbledSandNeighbours(int, int); void DrawScreenElement(int, int, int); void DrawLevelElement(int, int, int); void DrawScreenField(int, int); @@ -127,8 +129,6 @@ unsigned int MoveDoor(unsigned int); void DrawSpecialEditorDoor(); void UndrawSpecialEditorDoor(); -int ReadPixel(DrawBuffer *, int, int); - void CreateToolButtons(); void FreeToolButtons(); @@ -138,5 +138,6 @@ int el_act2img(int, int); int el_dir2img(int, int); int el2img(int); int el2edimg(int); +int el2preimg(int); #endif /* TOOLS_H */