X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=1983653110101a86f592907767c2e1c1d9bc0cfa;hb=516e119d29f14799bd352b05baa783ed4b56f07f;hp=73909235ae2fcbded4cb3f9f5130de0e996d8da3;hpb=60616073708fbb623db3408620aca220e871e696;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 73909235..19836531 100644 --- a/src/tools.h +++ b/src/tools.h @@ -131,6 +131,7 @@ void FloodFillLevelExt(int, int, int, int, int y, short field[][y], int, int); void SetRandomAnimationValue(int, int); int getGraphicAnimationFrame(int, int); +int getGraphicAnimationFrameXY(int, int, int); void DrawFixedGraphicAnimation(int, int, int); void DrawFixedGraphicAnimationExt(DrawBuffer *, int, int, int, int, int);