added graphics config option to support elements on non-black background
[rocksndiamonds.git] / src / tools.h
index 4dffbbd1ba1902a293345fc89c419bdcbdcaeb9e..cb8c9343d0f3c474f245c2e5941806e3c0d88e8f 100644 (file)
@@ -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);