X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=bbfa8b01bb12936237c2367c612d5a9203766e2f;hb=1465ca1ffdf2104d25b9a46ca9bf8a3f175403fd;hp=721aa002a91565e7b34754b77b5724b5c7e4ace9;hpb=da14f69fd95c7bd5a0d70cdf4935af06f1f20a04;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 721aa002..bbfa8b01 100644 --- a/src/tools.h +++ b/src/tools.h @@ -81,12 +81,12 @@ 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(DrawBuffer, GC, int, int, int); +void DrawGraphicExt(DrawBuffer, int, int, int); void DrawGraphicThruMask(int, int, int); void DrawGraphicThruMaskExt(DrawBuffer, int, int, int); void DrawMiniGraphic(int, int, int); void getMiniGraphicSource(int, Bitmap *, int *, int *); -void DrawMiniGraphicExt(DrawBuffer, GC, int, int, int); +void DrawMiniGraphicExt(DrawBuffer, int, int, int); void DrawGraphicShifted(int, int, int, int, int, int, int); void DrawGraphicShiftedThruMask(int, int, int, int, int, int); void DrawScreenElementExt(int, int, int, int, int, int, int);