X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=562d0937d3971ea4d0a6ffbf2015c7fff0aaa220;hb=9a864d217f93dfb2bb740a81749f846a3dfdfc43;hp=e0c4726d4c5e260b7d7cb08e5257425488b63ba8;hpb=92534b4d22c4042737e2cbc50b487980759cf6a8;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index e0c4726d..562d0937 100644 --- a/src/tools.h +++ b/src/tools.h @@ -138,6 +138,7 @@ int getGraphicAnimationFrameXY(int, int, int); void DrawFixedGraphicAnimation(int, int, int); void DrawFixedGraphicAnimationExt(DrawBuffer *, int, int, int, int, int); +void DrawSizedGraphicAnimationExt(DrawBuffer *, int, int, int, int, int, int); void DrawLevelGraphicAnimation(int, int, int); void DrawLevelElementAnimation(int, int, int); @@ -202,7 +203,7 @@ void DrawMiniElementOrWall(int, int, int, int); void ShowEnvelope(int); void ShowEnvelopeDoor(char *, int); -void DrawEnvelopeRequestToScreen(int, int); +void DrawEnvelopeRequestToScreen(int); void DrawLevel(int); void DrawSizedLevel(int, int, int, int, int);