rnd-20030112-1-src
[rocksndiamonds.git] / src / tools.h
index 834642310350653e971f98f3ce7755e2fee31753..f5ed62f76ef3e4b2f6f335ecf426c5d12a91449c 100644 (file)
@@ -72,6 +72,8 @@ void SetBorderElement();
 
 int getGraphicAnimationFrame(int, int);
 void DrawGraphicAnimationExt(DrawBuffer *, int, int, int, int, int);
+boolean checkDrawGraphicAnimation(int, int, int);
+boolean checkDrawLevelGraphicAnimation(int, int, int);
 boolean DrawGraphicAnimation(int, int, int);
 boolean DrawLevelGraphicAnimation(int, int, int);
 boolean DrawLevelElementAnimation(int, int, int);