X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=d4679614534bff0bb6964bb39d87036d894e6a8b;hb=57562a0f29074feea1dc01ddf1b1d5e4e6d59730;hp=c8436d111a990f3806c41c1054d266f5cbd1285a;hpb=823bddb0d9cc63ddda17a2cd20266aa3b82bde38;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index c8436d11..d4679614 100644 --- a/src/tools.h +++ b/src/tools.h @@ -14,9 +14,8 @@ #ifndef TOOLS_H #define TOOLS_H -#include "main.h" - #include +#include "main.h" /* for SetDrawtoField */ #define DRAW_DIRECT 0 @@ -81,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);