rnd-20030703-2-src
[rocksndiamonds.git] / src / tools.h
index 1f520df3bbea750241620d42af6d16733665a38e..e7a65872bcf2593d3e54ce884610504637990567 100644 (file)
@@ -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();