rnd-19990205-1
[rocksndiamonds.git] / src / tools.h
index 5b694d48780bb8a80705be02d60db4f5f82d8b70..7878a28309a5feb492ced86e1c808e3e3368e914 100644 (file)
@@ -72,6 +72,7 @@ void DrawPlayer(struct PlayerInfo *);
 void DrawGraphicAnimationExt(int, int, int, int, int, int, int);
 void DrawGraphicAnimation(int, int, int, int, int, int);
 void DrawGraphicAnimationThruMask(int, int, int, int, int, int);
+void getGraphicSource(int, int *, int *, int *);
 void DrawGraphic(int, int, int);
 void DrawGraphicExt(Drawable, GC, int, int, int);
 void DrawGraphicThruMask(int, int, int);