rnd-20020906-1-src
[rocksndiamonds.git] / src / tools.h
index 1ed8d163f08be0095d64c67702b77a515caa2237..82372ce9cb0676affafae4156bee7fdebff1528f 100644 (file)
@@ -73,7 +73,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 getGraphicSource(int, Bitmap **, int *, int *);
 void DrawGraphic(int, int, int);
 void DrawGraphicExt(DrawBuffer *, int, int, int);
 void DrawGraphicThruMask(int, int, int);