X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools.h;h=022473a95dba8be9b015f17b144c55867e8071ed;hb=1442f47fb19411923cba74dd8a7c17fef1fe5e0d;hp=51c11d530e25456ef0488695f77f8a20802aed7d;hpb=41680565bf2af491be63ee8440788c4ff8b616db;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 51c11d53..022473a9 100644 --- a/src/tools.h +++ b/src/tools.h @@ -58,6 +58,8 @@ #define REQUEST_WAIT_FOR (REQ_ASK | REQ_CONFIRM | REQ_PLAYER) +void DumpTile(int, int); + void SetDrawtoField(int); void RedrawPlayfield(boolean, int, int, int, int); void BackToFront(); @@ -104,6 +106,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 +115,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 +134,6 @@ unsigned int MoveDoor(unsigned int); void DrawSpecialEditorDoor(); void UndrawSpecialEditorDoor(); -int ReadPixel(DrawBuffer *, int, int); - void CreateToolButtons(); void FreeToolButtons(); @@ -137,6 +141,7 @@ int get_next_element(int); int el_act_dir2img(int, int, int); int el_act2img(int, int); int el_dir2img(int, int); +int el2baseimg(int); int el2img(int); int el2edimg(int); int el2preimg(int);