X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=7878a28309a5feb492ced86e1c808e3e3368e914;hb=41364660abbcb81a83f5018be3655352ecdf1ac9;hp=5b694d48780bb8a80705be02d60db4f5f82d8b70;hpb=20c6b8920ccb37a41b9f7467135ecd6550816f59;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 5b694d48..7878a283 100644 --- a/src/tools.h +++ b/src/tools.h @@ -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);