X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.h;h=cb8c9343d0f3c474f245c2e5941806e3c0d88e8f;hp=4dffbbd1ba1902a293345fc89c419bdcbdcaeb9e;hb=bbf7eaa09cd8d4c86237bd67b8770ec54bdf026f;hpb=2f8793d6536d93616683069786ce444583d68e20 diff --git a/src/tools.h b/src/tools.h index 4dffbbd1..cb8c9343 100644 --- a/src/tools.h +++ b/src/tools.h @@ -180,6 +180,7 @@ void DrawLevelFieldThruMask(int, int); void DrawLevelFieldCrumbled(int, int); void DrawLevelFieldCrumbledDigging(int, int, int, int); void DrawLevelFieldCrumbledNeighbours(int, int); +void DrawScreenGraphic(int, int, int, int); void DrawScreenElement(int, int, int); void DrawLevelElement(int, int, int); void DrawScreenField(int, int);