fixed fading complete screen if playfield viewport has changed
[rocksndiamonds.git] / src / tools.h
index 7727ab696545a1b16a18a9002f00130778f3e952..2efb705d828d136bf6ed1a3e8d1d09d68a54b8f8 100644 (file)
@@ -178,6 +178,7 @@ void DrawLevelElement(int, int, int);
 void DrawScreenField(int, int);
 void DrawLevelField(int, int);
 
+void DrawSizedWallParts_MM(int, int, int, int, boolean, int);
 void DrawSizedElement(int, int, int, int);
 void DrawSizedElementThruMask(int, int, int, int);
 void DrawSizedElementOrWall(int, int, int, int, int);
@@ -275,4 +276,7 @@ void ResetFontStatus();
 void ToggleFullscreenOrChangeWindowScalingIfNeeded();
 void ChangeViewportPropertiesIfNeeded();
 
+boolean CheckIfPlayfieldViewportHasChanged();
+boolean CheckIfGlobalBorderOrPlayfieldViewportHasChanged();
+
 #endif /* TOOLS_H */