X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=e80efbf2057908d46b705d0da47d3fbb84fcfad8;hb=78a2d1d2a6926a1e101bd5e21b667c81cfd230bb;hp=e0c4726d4c5e260b7d7cb08e5257425488b63ba8;hpb=92534b4d22c4042737e2cbc50b487980759cf6a8;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index e0c4726d..e80efbf2 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);