X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools.h;h=022473a95dba8be9b015f17b144c55867e8071ed;hb=60aac4d0fa635b69e498dcb174f3fe9b2cacc1c9;hp=0a5cb84bd7d4610e24bb48d2c579de97bb01263d;hpb=8e5671db64b55432158b1d43d7fd2e684544ebeb;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 0a5cb84b..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(); @@ -112,7 +114,8 @@ void DrawLevelField(int, int); void DrawMiniElement(int, int, int); void DrawMiniElementOrWall(int, int, int, int); -void DrawEnvelopeBackground(int, int, int, int, int); + +void ShowEnvelope(); void getMicroGraphicSource(int, Bitmap **, int *, int *); void DrawMicroElement(int, int, int); @@ -138,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);