X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=0a5cb84bd7d4610e24bb48d2c579de97bb01263d;hb=8e5671db64b55432158b1d43d7fd2e684544ebeb;hp=51c11d530e25456ef0488695f77f8a20802aed7d;hpb=41680565bf2af491be63ee8440788c4ff8b616db;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 51c11d53..0a5cb84b 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); @@ -111,6 +112,7 @@ void DrawLevelField(int, int); void DrawMiniElement(int, int, int); void DrawMiniElementOrWall(int, int, int, int); +void DrawEnvelopeBackground(int, int, int, int, int); void getMicroGraphicSource(int, Bitmap **, int *, int *); void DrawMicroElement(int, int, int); @@ -118,6 +120,7 @@ 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 +131,6 @@ unsigned int MoveDoor(unsigned int); void DrawSpecialEditorDoor(); void UndrawSpecialEditorDoor(); -int ReadPixel(DrawBuffer *, int, int); - void CreateToolButtons(); void FreeToolButtons();