X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.h;h=e7a65872bcf2593d3e54ce884610504637990567;hp=2dae59b5010bf53be3d2663b106b818661e2f707;hb=9de8eede744c45187c7011543ef8097d1ebc879c;hpb=720b0a62c8af0585e9517ed7a98ea336304c02e4 diff --git a/src/tools.h b/src/tools.h index 2dae59b5..e7a65872 100644 --- a/src/tools.h +++ b/src/tools.h @@ -104,6 +104,7 @@ void DrawLevelElementThruMask(int, int, int); void DrawLevelFieldThruMask(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);