rnd-20030907-1-src
[rocksndiamonds.git] / src / tools.h
index 51c11d530e25456ef0488695f77f8a20802aed7d..f226a9cfd09a40ae8e2a1c83e1104d0a8728bb15 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);
@@ -112,12 +113,15 @@ void DrawLevelField(int, int);
 void DrawMiniElement(int, int, int);
 void DrawMiniElementOrWall(int, int, int, int);
 
+void ShowEnvelope();
+
 void getMicroGraphicSource(int, Bitmap **, int *, int *);
 void DrawMicroElement(int, int, int);
 void DrawLevel(void);
 void DrawMiniLevel(int, int, int, int);
 void DrawMicroLevel(int, int, boolean);
 
+void WaitForEventToContinue();
 boolean Request(char *, unsigned int);
 unsigned int OpenDoor(unsigned int);
 unsigned int CloseDoor(unsigned int);
@@ -128,8 +132,6 @@ unsigned int MoveDoor(unsigned int);
 void DrawSpecialEditorDoor();
 void UndrawSpecialEditorDoor();
 
-int ReadPixel(DrawBuffer *, int, int);
-
 void CreateToolButtons();
 void FreeToolButtons();