X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=d4679614534bff0bb6964bb39d87036d894e6a8b;hb=e557b2b5d9951a4e692fd4e32a5cf45c84252c64;hp=9ee53aa15ae7c241bb9d7d128c7edece9e4589ef;hpb=b2a0ff1ddd4430110b331129469dabb8ea7b6ba7;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 9ee53aa1..d4679614 100644 --- a/src/tools.h +++ b/src/tools.h @@ -80,6 +80,7 @@ void DrawScreenElementShifted(int, int, int, int, int, int); void DrawLevelElementShifted(int, int, int, int, int, int); void DrawScreenElementThruMask(int, int, int); void DrawLevelElementThruMask(int, int, int); +void DrawLevelFieldThruMask(int, int); void ErdreichAnbroeckeln(int, int); void DrawScreenElement(int, int, int); void DrawLevelElement(int, int, int);