X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=2efb705d828d136bf6ed1a3e8d1d09d68a54b8f8;hb=5c6c42f1ed5cf72421e5a91c903b9c67584399f1;hp=7727ab696545a1b16a18a9002f00130778f3e952;hpb=457e98ec0803cd9005a522018e7c255454d1e915;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 7727ab69..2efb705d 100644 --- a/src/tools.h +++ b/src/tools.h @@ -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 */