X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=82372ce9cb0676affafae4156bee7fdebff1528f;hb=64048311a753e16e92c29112a8a223a866ac45ef;hp=1ed8d163f08be0095d64c67702b77a515caa2237;hpb=c9433eab5c4317ed4f89164b386a7d33562e29be;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 1ed8d163..82372ce9 100644 --- a/src/tools.h +++ b/src/tools.h @@ -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);