X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=2d31f211ff5a6026c43b2da824c1ac2c206d73f1;hb=3367ba5eaec57086e3c1013708967e8a995ef2e3;hp=10dcaaefb07a5a3f1f70b2c44608b08e95680b83;hpb=33df7a5ca87e883c2b718171fd7d05c22fc0353f;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 10dcaaef..2d31f211 100644 --- a/src/tools.h +++ b/src/tools.h @@ -71,6 +71,7 @@ void DrawMiniGraphicExt(Drawable, GC, int, int, int); void DrawMiniGraphicExtHiRes(Drawable, GC, int, int, int); void DrawGraphicShifted(int, int, int, int, int, int); void DrawElementShifted(int, int, int, int, int, int); +void DrawGraphicShiftedThruMask(int, int, int, int, int, int); void ErdreichAnbroeckeln(int, int); void DrawScreenElement(int, int, int); void DrawLevelElement(int, int, int);