X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=795e4c257fcc0c2ecf381ca03f1d975b6433e9c7;hb=1e2fa0f4dad96d33535e3dd3d85fbf9219c0d1bc;hp=2e0762cc2c89ab4ec3a8852a5789cf56d7d63257;hpb=585994e9f3f77300b730f790062010518f35a739;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 2e0762cc..795e4c25 100644 --- a/src/tools.h +++ b/src/tools.h @@ -117,6 +117,8 @@ void DrawAllPlayers(void); void DrawPlayerField(int, int); void DrawPlayer(struct PlayerInfo *); +void getSizedGraphicSource(int, Bitmap **, int *, int *, int); +void getMiniGraphicSource(int, Bitmap **, int *, int *); void getGraphicSourceExt(int, int, Bitmap **, int *, int *, boolean); void getGraphicSource(int, int, Bitmap **, int *, int *); void DrawGraphic(int, int, int, int); @@ -124,8 +126,9 @@ void DrawGraphicExt(DrawBuffer *, int, int, int, int); void DrawGraphicThruMask(int, int, int, int); void DrawGraphicThruMaskExt(DrawBuffer *, int, int, int, int); +void DrawSizedGraphic(int, int, int, int); +void DrawSizedGraphicExt(DrawBuffer *, int, int, int, int); void DrawMiniGraphic(int, int, int); -void getMiniGraphicSource(int, Bitmap **, int *, int *); void DrawMiniGraphicExt(DrawBuffer *, int, int, int); void DrawScreenElementExt(int, int, int, int, int, int, int); @@ -182,6 +185,7 @@ int el2baseimg(int); int el2img(int); int el2edimg(int); int el2preimg(int); +int el2panelimg(int); int font2baseimg(int); int getBeltNrFromBeltElement(int);