rnd-20021023-1-src
[rocksndiamonds.git] / src / tools.h
index 50e13a24f39ff39fbbc270d09b0df0d3ed83f4cb..2ac299e5863d782814ecc6a843549eab0654ff8d 100644 (file)
@@ -78,7 +78,7 @@ void DrawGraphicAnimationThruMask(int, int, int, int, int, int);
 void getGraphicSource(int, Bitmap **, int *, int *);
 void DrawGraphic(int, int, int);
 void DrawNewGraphic(int, int, int, int);
-void DrawGraphicExt(DrawBuffer *, int, int, int);
+void DrawOldGraphicExt(DrawBuffer *, int, int, int);
 void DrawNewGraphicExt(DrawBuffer *, int, int, int, int);
 void DrawGraphicThruMask(int, int, int);
 void DrawNewGraphicThruMask(int, int, int, int);
@@ -109,6 +109,7 @@ void DrawNewLevelElementThruMask(int, int, int);
 void DrawLevelFieldThruMask(int, int);
 void DrawNewLevelFieldThruMask(int, int);
 void ErdreichAnbroeckeln(int, int);
+void DrawCrumbledSand(int, int);
 void DrawScreenElement(int, int, int);
 void DrawNewScreenElement(int, int, int);
 void DrawLevelElement(int, int, int);