X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=d5170c776e922b66b4aac5d06eacfb9e7d8f6743;hb=564a563aee2c9fdb37116d41342b36eda63c1f6a;hp=638d58e911efcdbe7eee1dac7744501cf2bfd491;hpb=e946a4f25cf18a083043d05beca2887ad16d7b53;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 638d58e9..d5170c77 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(); @@ -102,7 +104,9 @@ 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 DrawLevelFieldCrumbledSandNeighbours(int, int); void DrawScreenElement(int, int, int); void DrawLevelElement(int, int, int); void DrawScreenField(int, int); @@ -111,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); @@ -127,8 +134,6 @@ unsigned int MoveDoor(unsigned int); void DrawSpecialEditorDoor(); void UndrawSpecialEditorDoor(); -int ReadPixel(DrawBuffer *, int, int); - void CreateToolButtons(); void FreeToolButtons(); @@ -137,5 +142,7 @@ int el_act_dir2img(int, int, int); int el_act2img(int, int); int el_dir2img(int, int); int el2img(int); +int el2edimg(int); +int el2preimg(int); #endif /* TOOLS_H */