X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=cb8c9343d0f3c474f245c2e5941806e3c0d88e8f;hb=ab8e032c1d2c7ec3df6b8491bdbd8f8e57c7dc70;hp=4dffbbd1ba1902a293345fc89c419bdcbdcaeb9e;hpb=8012cb56ca562fa7c3001fb6acc7b1c7db3f580e;p=rocksndiamonds.git 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);