rnd-20070209-1-src
[rocksndiamonds.git] / src / tools.h
index 1c26b6d6fdb771c10d4ba1060064e9a0e474c8ce..8c839520a4d95f9a454e5a1e799dc95f1c40d53f 100644 (file)
@@ -82,6 +82,8 @@ void FadeCrossSaveBackbuffer();
 void ClearWindow();
 void SetWindowBackgroundImageIfDefined(int);
 void SetMainBackgroundImageIfDefined(int);
+void SetDoorBackgroundImageIfDefined(int);
+void SetWindowBackgroundImage(int);
 void SetMainBackgroundImage(int);
 void SetDoorBackgroundImage(int);
 void SetPanelBackground();
@@ -91,6 +93,8 @@ void DrawBackgroundForGraphic(int, int, int, int, int);
 
 void MarkTileDirty(int, int);
 void SetBorderElement();
+void FloodFillLevel(int, int, int, short[MAX_LEV_FIELDX][MAX_LEV_FIELDY],
+                   int, int);
 
 void SetRandomAnimationValue(int, int);
 int getGraphicAnimationFrame(int, int);