rnd-20030902-1-src
[rocksndiamonds.git] / src / tools.h
index 51c11d530e25456ef0488695f77f8a20802aed7d..05f6ed307983cd7f70713ac19359b477e4e2b5f5 100644 (file)
@@ -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);
@@ -111,6 +112,7 @@ void DrawLevelField(int, int);
 
 void DrawMiniElement(int, int, int);
 void DrawMiniElementOrWall(int, int, int, int);
+void DrawEnvelopeBorder(int, int, int, int);
 
 void getMicroGraphicSource(int, Bitmap **, int *, int *);
 void DrawMicroElement(int, int, int);
@@ -128,8 +130,6 @@ unsigned int MoveDoor(unsigned int);
 void DrawSpecialEditorDoor();
 void UndrawSpecialEditorDoor();
 
-int ReadPixel(DrawBuffer *, int, int);
-
 void CreateToolButtons();
 void FreeToolButtons();