fixed directory check to use POSIX macros
[rocksndiamonds.git] / src / tools.h
index b8edb85e41d8ffa47edf74ab7d8e42bceca6c04c..b7e7de9be8f2465ca8e1b377440a8a06125d8a8e 100644 (file)
@@ -95,6 +95,8 @@ void FadeSetDisabled();
 void FadeSkipNextFadeIn();
 void FadeSkipNextFadeOut();
 
+Bitmap *getGlobalBorderBitmapFromGameStatus();
+
 void ClearField();
 void SetWindowBackgroundImageIfDefined(int);
 void SetMainBackgroundImageIfDefined(int);
@@ -106,7 +108,8 @@ void SetPanelBackground();
 void DrawBackground(int, int, int, int);
 void DrawBackgroundForFont(int, int, int, int, int);
 void DrawBackgroundForGraphic(int, int, int, int, int);
-boolean CheckIfRedrawGlobalBorderIsNeeded();
+boolean CheckIfGlobalBorderHasChanged();
+void RedrawGlobalBorder();
 
 void MarkTileDirty(int, int);
 void SetBorderElement();