rnd-20030402-1-src
[rocksndiamonds.git] / src / tools.h
index a7415f02141462b372b8e18e4fbde3010e41c16e..51c11d530e25456ef0488695f77f8a20802aed7d 100644 (file)
@@ -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);
@@ -138,5 +139,6 @@ int el_act2img(int, int);
 int el_dir2img(int, int);
 int el2img(int);
 int el2edimg(int);
+int el2preimg(int);
 
 #endif /* TOOLS_H */