X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=041a2d1d0a510d995a16544d2ed9abb503ea6bc7;hb=a56f43284d320b60cbeb1ebd097ec6d21d4f4ff1;hp=6aad5b75387c6f0fa211036796f9848ce21f85f9;hpb=be789d9a341f5d7369f4aa2f74e2f85f3e004a4c;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 6aad5b75..041a2d1d 100644 --- a/src/tools.h +++ b/src/tools.h @@ -76,7 +76,7 @@ void DrawMaskedBorder_DOOR_2(); void DrawMaskedBorder_DOOR_3(); void DrawMaskedBorder_ALL(); void DrawMaskedBorder(int); -void DrawMaskedBorderToScreen(int); +void DrawMaskedBorderToTarget(int); void SetDrawtoField(int); void RedrawPlayfield(); @@ -96,7 +96,7 @@ void FadeSetDisabled(); void FadeSkipNextFadeIn(); void FadeSkipNextFadeOut(); -Bitmap *getGlobalBorderBitmapFromGameStatus(); +Bitmap *getGlobalBorderBitmapFromStatus(int); void ClearField(); void SetWindowBackgroundImageIfDefined(int);